aboutsummaryrefslogtreecommitdiffstats
path: root/ui/ui.core.js
diff options
context:
space:
mode:
authorRichard Worth <rdworth@gmail.com>2008-09-20 03:23:42 +0000
committerRichard Worth <rdworth@gmail.com>2008-09-20 03:23:42 +0000
commita522291a7b8a4f44c4d6cf0f1d146eab172bc0c9 (patch)
tree0fc8ca5d5e0dc3de309ce1d32d854556387949dd /ui/ui.core.js
parent0bae0870d920842f10322763c66bc59541b9158c (diff)
downloadjquery-ui-a522291a7b8a4f44c4d6cf0f1d146eab172bc0c9.tar.gz
jquery-ui-a522291a7b8a4f44c4d6cf0f1d146eab172bc0c9.zip
whitespace: Removed trailing whitespace from non-blank lines
Diffstat (limited to 'ui/ui.core.js')
-rw-r--r--ui/ui.core.js2
1 files changed, 1 insertions, 1 deletions
diff --git a/ui/ui.core.js b/ui/ui.core.js
index 691847f92..2846e8e43 100644
--- a/ui/ui.core.js
+++ b/ui/ui.core.js
@@ -259,7 +259,7 @@ $.ui = {
var tmp = $('<div class="ui-gen">').addClass(name).css({position:'absolute', top:'-5000px', left:'-5000px', display:'block'}).appendTo('body');
//if (!$.browser.safari)
- //tmp.appendTo('body');
+ //tmp.appendTo('body');
//Opera and Safari set width and height to 0px instead of auto
//Safari returns rgba(0,0,0,0) when bgcolor is not set