Skip to content

Commit

Permalink
undo the last change to go back to easier integration with js
Browse files Browse the repository at this point in the history
  • Loading branch information
michaschwab committed Aug 7, 2020
1 parent 0b790c3 commit b147097
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion easypz.ts
Original file line number Diff line number Diff line change
Expand Up @@ -240,7 +240,7 @@ class EasyPzMode
onRightClick?: (eventData: EasyPzCallbackData) => void;
}

export class EasyPZ
class EasyPZ
{
private static MOUSE_EVENT_TYPES = {'MOUSE_DOWN': 0, 'MOUSE_MOVE': 1, 'MOUSE_UP': 2};

Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "easypz",
"version": "1.1.11",
"version": "1.1.12",
"description": "Simple and extendable pan and zoom library for 1D and 2D content and visualizations, on mobile and desktop.",
"main": "easypz.js",
"types": "easypz.d.ts",
Expand Down

0 comments on commit b147097

Please sign in to comment.