Skip to content

Commit

Permalink
lint
Browse files Browse the repository at this point in the history
  • Loading branch information
forresto committed Jun 24, 2016
1 parent e18eade commit b988519
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 1 deletion.
1 change: 1 addition & 0 deletions .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -2,3 +2,4 @@ bower_components/
node_modules/
/.idea
/build
npm-debug.log
1 change: 0 additions & 1 deletion the-graph/the-graph-app.js
Original file line number Diff line number Diff line change
Expand Up @@ -154,7 +154,6 @@
this.pinching = true;
},
onTransform: function (event) {
console.log(event)
// Don't drag nodes
event.srcEvent.stopPropagation();
event.srcEvent.stopImmediatePropagation();
Expand Down

0 comments on commit b988519

Please sign in to comment.