Skip to content

Commit

Permalink
Merge branch '2.3.0' into remove_jquery.data
Browse files Browse the repository at this point in the history
  • Loading branch information
aeschylus committed Mar 2, 2017
2 parents 55104ec + e960a43 commit 6780561
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
3 changes: 1 addition & 2 deletions .travis.yml
@@ -1,9 +1,8 @@
language: node_js
sudo: false
node_js:
- '5'
before_install:
- npm install
# before-script:
# - grunt test cover
script:
- npm run travis
3 changes: 2 additions & 1 deletion js/src/annotations/osd-svg-overlay.js
Expand Up @@ -120,7 +120,8 @@
*/
setMouseTool: function() {
this.removeMouseTool();

this.paperScope.activate();

this.mouseTool = new this.paperScope.Tool();
this.mouseTool.overlay = this;
this.mouseTool.onMouseUp = this.onMouseUp;
Expand Down

0 comments on commit 6780561

Please sign in to comment.