We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent e4f42be commit 20fae72Copy full SHA for 20fae72
ui/widgets/mouse.js
@@ -78,7 +78,7 @@ return $.widget("ui.mouse", {
78
79
this._mouseMoved = false;
80
81
- // we may have missed mouseup (out of window)
+ // We may have missed mouseup (out of window)
82
(this._mouseStarted && this._mouseUp(event));
83
84
this._mouseDownEvent = event;
@@ -112,7 +112,7 @@ return $.widget("ui.mouse", {
112
$.removeData(event.target, this.widgetName + ".preventClickEvent");
113
}
114
115
- // these delegates are required to keep context
+ // These delegates are required to keep context
116
this._mouseMoveDelegate = function(event) {
117
return that._mouseMove(event);
118
};
0 commit comments