]> source.dussan.org Git - jquery-ui.git/commitdiff
Mouse: Style updates
authorAlexander Schmitz <arschmitz@gmail.com>
Fri, 21 Aug 2015 04:08:12 +0000 (00:08 -0400)
committerAlexander Schmitz <arschmitz@gmail.com>
Fri, 21 Aug 2015 12:06:23 +0000 (08:06 -0400)
Ref #14246
Ref gh-1588

ui/widgets/mouse.js

index 80242c0b73abde88bd4130d997ed79dd017297b4..2114f187000449235474da317af8f08dc30393b0 100644 (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);
                };