Skip to content

Commit

Permalink
fix variables in move
Browse files Browse the repository at this point in the history
  • Loading branch information
dfreedm committed May 14, 2015
1 parent e923382 commit 8f3a5f7
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions mock-interactions.js
Original file line number Diff line number Diff line change
Expand Up @@ -109,8 +109,8 @@
}

function track(target, dx, dy, steps) {
moveX = moveX | 0;
moveY = moveY | 0;
dx = dx | 0;
dy = dy | 0;
steps = steps || 5;
down(target);
var xy = middleOfNode(target);
Expand Down

0 comments on commit 8f3a5f7

Please sign in to comment.