aboutsummaryrefslogtreecommitdiffstats
path: root/ui/jquery.ui.mouse.js
diff options
context:
space:
mode:
authorScott González <scott.gonzalez@gmail.com>2012-02-29 22:09:26 -0500
committerScott González <scott.gonzalez@gmail.com>2012-02-29 22:09:26 -0500
commitb4d9eee966f1dec06f0772e38bba9e5c864374f9 (patch)
tree6560f7f0b2cb9e688e46727f8ad27aac6eeccb79 /ui/jquery.ui.mouse.js
parent8c10c1e41b07ebadf8b3cf67fac88d27ee6c9fdb (diff)
parent63215a68757c4fa78079a48488d9a91f0ec8cf50 (diff)
downloadjquery-ui-b4d9eee966f1dec06f0772e38bba9e5c864374f9.tar.gz
jquery-ui-b4d9eee966f1dec06f0772e38bba9e5c864374f9.zip
Merge branch 'master' into selectmenu
Diffstat (limited to 'ui/jquery.ui.mouse.js')
-rw-r--r--ui/jquery.ui.mouse.js4
1 files changed, 2 insertions, 2 deletions
diff --git a/ui/jquery.ui.mouse.js b/ui/jquery.ui.mouse.js
index b1826aa23..4ff18ff4f 100644
--- a/ui/jquery.ui.mouse.js
+++ b/ui/jquery.ui.mouse.js
@@ -33,7 +33,7 @@ $.widget("ui.mouse", {
})
.bind('click.'+this.widgetName, function(event) {
if (true === $.data(event.target, that.widgetName + '.preventClickEvent')) {
- $.removeData(event.target, that.widgetName + '.preventClickEvent');
+ $.removeData(event.target, that.widgetName + '.preventClickEvent');
event.stopImmediatePropagation();
return false;
}
@@ -132,7 +132,7 @@ $.widget("ui.mouse", {
this._mouseStarted = false;
if (event.target == this._mouseDownEvent.target) {
- $.data(event.target, this.widgetName + '.preventClickEvent', true);
+ $.data(event.target, this.widgetName + '.preventClickEvent', true);
}
this._mouseStop(event);