P5-1922 fix jslint warnings
This commit is contained in:
@@ -13,6 +13,7 @@ function Draggable(img, boundingRect) {
|
||||
* Triggers when object is moved
|
||||
*/
|
||||
function onMove() {
|
||||
/*jshint validthis: true */
|
||||
this.__dragged = true;
|
||||
|
||||
this.canvas.disableScroll();
|
||||
|
||||
Reference in New Issue
Block a user