Skip to content

Commit

Permalink
Core: Cleaned up warnings.
Browse files Browse the repository at this point in the history
  • Loading branch information
scottgonzalez committed Jan 3, 2009
1 parent ab5bc79 commit b1e7e78
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion ui/ui.core.js
Original file line number Original file line Diff line number Diff line change
Expand Up @@ -463,7 +463,8 @@ $.ui.mouse = {
// preventDefault() is used to prevent the selection of text here - // preventDefault() is used to prevent the selection of text here -
// however, in Safari, this causes select boxes not to be selectable // however, in Safari, this causes select boxes not to be selectable
// anymore, so this fix is needed // anymore, so this fix is needed
if(!$.browser.safari) event.preventDefault(); ($.browser.safari || event.preventDefault());

return true; return true;
}, },


Expand Down

0 comments on commit b1e7e78

Please sign in to comment.