]> source.dussan.org Git - jquery-ui.git/commitdiff
Effects: Added borderColor to color animation list. Fixes #6164 - Effectts: Allow...
authorScott González <scott.gonzalez@gmail.com>
Fri, 8 Oct 2010 12:07:54 +0000 (08:07 -0400)
committerScott González <scott.gonzalez@gmail.com>
Fri, 8 Oct 2010 12:07:54 +0000 (08:07 -0400)
ui/jquery.effects.core.js

index d052b3f86432ded416cceb92daa63ddb6eede455..49ab4e2204e9cba64405cfd50fee23ce64e70a74 100644 (file)
@@ -19,7 +19,7 @@ $.effects = {};
 
 // override the animation for color styles
 $.each(['backgroundColor', 'borderBottomColor', 'borderLeftColor',
-       'borderRightColor', 'borderTopColor', 'color', 'outlineColor'],
+       'borderRightColor', 'borderTopColor', 'borderColor', 'color', 'outlineColor'],
 function(i, attr) {
        $.fx.step[attr] = function(fx) {
                if (!fx.colorInit) {