diff options
author | Trey Hunner <treyhunner@gmail.com> | 2012-02-27 08:48:17 -0800 |
---|---|---|
committer | Scott González <scott.gonzalez@gmail.com> | 2012-02-27 12:04:30 -0500 |
commit | 9d6e94faf4030fd287120098d7395463d8acb698 (patch) | |
tree | 8c9614dccc8853778f6083f2cca517c1fc63b200 /ui/jquery.ui.mouse.js | |
parent | 1d2fcaddadbb1ad313e3d7c5018f2fd9f31ce1e0 (diff) | |
download | jquery-ui-9d6e94faf4030fd287120098d7395463d8acb698.tar.gz jquery-ui-9d6e94faf4030fd287120098d7395463d8acb698.zip |
Use hard tabs for indentation consistently
Diffstat (limited to 'ui/jquery.ui.mouse.js')
-rw-r--r-- | ui/jquery.ui.mouse.js | 4 |
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); |