aboutsummaryrefslogtreecommitdiffstats
path: root/ui/jquery.effects.core.js
diff options
context:
space:
mode:
authorScott González <scott.gonzalez@gmail.com>2009-11-06 01:46:49 +0000
committerScott González <scott.gonzalez@gmail.com>2009-11-06 01:46:49 +0000
commitad2e514b07943547d351fd4684dc949125569753 (patch)
tree52d6e69fb09f6f0cd98089951216317a437c3821 /ui/jquery.effects.core.js
parent23c87aaf435955ea02794d4e09fde53887040e96 (diff)
downloadjquery-ui-ad2e514b07943547d351fd4684dc949125569753.tar.gz
jquery-ui-ad2e514b07943547d351fd4684dc949125569753.zip
Effects: Added support for animating borderColor (previously only supported individual borders, e.g., borderLeftColor). Fixes #4807 - $('').switchClass throwing error in IE8 if the switched class contains color property.
Diffstat (limited to 'ui/jquery.effects.core.js')
-rw-r--r--ui/jquery.effects.core.js2
1 files changed, 1 insertions, 1 deletions
diff --git a/ui/jquery.effects.core.js b/ui/jquery.effects.core.js
index 11aacfcab..3c777db39 100644
--- a/ui/jquery.effects.core.js
+++ b/ui/jquery.effects.core.js
@@ -332,7 +332,7 @@ $.fn.extend({
// override the animation for color styles
-$.each(['backgroundColor', 'borderBottomColor', 'borderLeftColor',
+$.each(['backgroundColor', 'borderColor', 'borderBottomColor', 'borderLeftColor',
'borderRightColor', 'borderTopColor', 'color', 'outlineColor'],
function(i, attr) {
$.fx.step[attr] = function(fx) {