Mouse: Style updates

Ref #14246
Ref gh-1588
This commit is contained in:
Alexander Schmitz 2015-08-21 00:08:12 -04:00
parent e4f42beea6
commit 20fae727d9

View File

@ -78,7 +78,7 @@ return $.widget("ui.mouse", {
this._mouseMoved = false;
// we may have missed mouseup (out of window)
// We may have missed mouseup (out of window)
(this._mouseStarted && this._mouseUp(event));
this._mouseDownEvent = event;
@ -112,7 +112,7 @@ return $.widget("ui.mouse", {
$.removeData(event.target, this.widgetName + ".preventClickEvent");
}
// these delegates are required to keep context
// These delegates are required to keep context
this._mouseMoveDelegate = function(event) {
return that._mouseMove(event);
};