P5-1922 fix jslint warnings

This commit is contained in:
Ruslan Getmansky
2017-11-03 15:53:11 +02:00
parent 3e04bc68d9
commit 8ff2614047
20 changed files with 193 additions and 157 deletions
+1
View File
@@ -13,6 +13,7 @@ function Draggable(img, boundingRect) {
* Triggers when object is moved
*/
function onMove() {
/*jshint validthis: true */
this.__dragged = true;
this.canvas.disableScroll();