Skip to content

Commit 9c638fe

Browse files
Rename 'started' to '_mouseStarted' in mouse.js
It's used as : _mouseStarted in the rest of the class
1 parent 839ff8f commit 9c638fe

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

ui/widgets/mouse.js

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

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

6464
// TODO: make sure destroying one instance of mouse doesn't mess with

0 commit comments

Comments
 (0)