From: Alexander Schmitz Date: Fri, 21 Aug 2015 04:08:12 +0000 (-0400) Subject: Mouse: Style updates X-Git-Tag: 1.12.0-beta.1~178 X-Git-Url: https://source.dussan.org/?a=commitdiff_plain;h=20fae727d97897ff7c72a04a3cbc762df7cbaacb;p=jquery-ui.git Mouse: Style updates Ref #14246 Ref gh-1588 --- diff --git a/ui/widgets/mouse.js b/ui/widgets/mouse.js index 80242c0b7..2114f1870 100644 --- a/ui/widgets/mouse.js +++ b/ui/widgets/mouse.js @@ -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); };