diff options
author | Richard Worth <rdworth@gmail.com> | 2009-01-22 13:10:18 +0000 |
---|---|---|
committer | Richard Worth <rdworth@gmail.com> | 2009-01-22 13:10:18 +0000 |
commit | 1b891501f2c5e7e6f99839121e210aa38557dad6 (patch) | |
tree | b2d363803bdc8fdc2406b1425ebe9a6e8af6269a /ui/ui.core.js | |
parent | 6b80dc29c8a888029f71edb73aee4e166f54214b (diff) | |
download | jquery-ui-1b891501f2c5e7e6f99839121e210aa38557dad6.tar.gz jquery-ui-1b891501f2c5e7e6f99839121e210aa38557dad6.zip |
whitespace
Diffstat (limited to 'ui/ui.core.js')
-rw-r--r-- | ui/ui.core.js | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/ui/ui.core.js b/ui/ui.core.js index ce93ee778..88ee6bc9f 100644 --- a/ui/ui.core.js +++ b/ui/ui.core.js @@ -454,7 +454,7 @@ $.ui.mouse = { // however, in Safari, this causes select boxes not to be selectable // anymore, so this fix is needed ($.browser.safari || event.preventDefault()); - + return true; }, |