diff options
author | Alexander Schmitz <arschmitz@gmail.com> | 2015-08-21 00:08:12 -0400 |
---|---|---|
committer | Alexander Schmitz <arschmitz@gmail.com> | 2015-08-21 08:06:23 -0400 |
commit | 20fae727d97897ff7c72a04a3cbc762df7cbaacb (patch) | |
tree | f6550b9e4f10f4f300dd81ed2be4858416f57137 /ui/widgets | |
parent | e4f42beea66cde9a25f5e6c8adad2c38e8276ca1 (diff) | |
download | jquery-ui-20fae727d97897ff7c72a04a3cbc762df7cbaacb.tar.gz jquery-ui-20fae727d97897ff7c72a04a3cbc762df7cbaacb.zip |
Mouse: Style updates
Ref #14246
Ref gh-1588
Diffstat (limited to 'ui/widgets')
-rw-r--r-- | ui/widgets/mouse.js | 4 |
1 files changed, 2 insertions, 2 deletions
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); }; |