Skip to content

Commit 1a21063

Browse files
Update pointer.js
In _pointerInit, the code used this.started = false, but everywhere else the code uses this._pointerStarted
1 parent e154738 commit 1a21063

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

ui/widgets/pointer.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -58,7 +58,7 @@ return $.widget( "ui.pointer", {
5858
}
5959
} );
6060

61-
this.started = false;
61+
this._pointerStarted = false;
6262
},
6363

6464
_pointerDestroy: function() {

0 commit comments

Comments
 (0)