Archived
1
0

remove stray assignment

This commit is contained in:
Jeff
2016-05-03 12:35:46 -04:00
parent def0a4a5c5
commit 7afd47805a
2 changed files with 1 additions and 2 deletions

View File

@@ -363,7 +363,6 @@ function init(prefix) {
e.addEventListener("dragstart", function(ev) {
console.log(ev);
mousedown = true;
mouseDownX = ev.clientX;
mouseDownY = ev.clientY;
}, false);