Archived
1
0

debug fixes

This commit is contained in:
Jeff Becker
2016-04-30 15:11:32 -04:00
parent 1452be84bf
commit 5df2ecac0c
2 changed files with 3 additions and 3 deletions

View File

@@ -282,8 +282,8 @@ function init(prefix) {
var y = originalY + ev.clientY - mouseDownY;
console.log(x,y);
//rpl.moveTo(x, y);
originalX = x;
originalY = y;
//originalX = x;
//originalY = y;
}, false);
}