Some CSS style and DOM id/class cleanup.
This commit is contained in:
+1
-1
@@ -86,7 +86,7 @@
|
||||
}
|
||||
|
||||
function mouseMove(x, y) {
|
||||
var deltaX, deltaY, x1, y1;
|
||||
var deltaX, deltaY;
|
||||
|
||||
if (inMove) {
|
||||
//deltaX = x - lastPos.x; // drag viewport
|
||||
|
||||
Reference in New Issue
Block a user