Archived
1
0
This commit is contained in:
Jeff
2016-05-03 13:57:01 -04:00
parent 9ce09c34c3
commit b2d0bfea8c
2 changed files with 2 additions and 2 deletions

View File

@@ -382,9 +382,9 @@ function init(prefix) {
}, false);
e.addEventListener("dragend", function(ev) {
console.log(ev);
var dx = ev.clientX - mouseDownX;
var dy = ev.clientY - mouseDownY;
console(dx, dy);
rpl.translate(dx, dy);
}, false);