Skip to content
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Rename 'started' to '_mouseStarted' in mouse.js
It's used as : _mouseStarted in the rest of the class
  • Loading branch information
markvantilburg authored Mar 11, 2026
commit 9c638fe347bda0d035bc550bf3247302bb59a573
2 changes: 1 addition & 1 deletion ui/widgets/mouse.js
Original file line number Diff line number Diff line change
Expand Up @@ -58,7 +58,7 @@ return $.widget( "ui.mouse", {
}
} );

this.started = false;
this._mouseStarted = false;
},

// TODO: make sure destroying one instance of mouse doesn't mess with
Expand Down
Loading