tentone před 6 roky
rodič
revize
b70066d962
1 změnil soubory, kde provedl 0 přidání a 2 odebrání
  1. 0 2
      source/Viewport.js

+ 0 - 2
source/Viewport.js

@@ -91,8 +91,6 @@ Viewport.prototype.updateControls = function(pointer)
 		this.position.x += pointer.delta.x;
 		this.position.y += pointer.delta.y;
 	}
-
-
 };
 
 /**