aboutsummaryrefslogtreecommitdiffstats
path: root/ui/effects.highlight.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/effects.highlight.js
parent0bae0870d920842f10322763c66bc59541b9158c (diff)
downloadjquery-ui-a522291a7b8a4f44c4d6cf0f1d146eab172bc0c9.tar.gz
jquery-ui-a522291a7b8a4f44c4d6cf0f1d146eab172bc0c9.zip
whitespace: Removed trailing whitespace from non-blank lines
Diffstat (limited to 'ui/effects.highlight.js')
-rw-r--r--ui/effects.highlight.js2
1 files changed, 1 insertions, 1 deletions
diff --git a/ui/effects.highlight.js b/ui/effects.highlight.js
index 4f0c814b4..72a3b762f 100644
--- a/ui/effects.highlight.js
+++ b/ui/effects.highlight.js
@@ -36,7 +36,7 @@ $.effects.highlight = function(o) {
el.animate(animation, { queue: false, duration: o.duration, easing: o.options.easing, complete: function() {
if(mode == "hide") el.hide();
$.effects.restore(el, props);
- if (mode == "show" && jQuery.browser.msie) this.style.removeAttribute('filter');
+ if (mode == "show" && jQuery.browser.msie) this.style.removeAttribute('filter');
if(o.callback) o.callback.apply(this, arguments);
el.dequeue();
}});