X-Git-Url: http://git.ithinksw.org/extjs.git/blobdiff_plain/c930e9176a5a85509c5b0230e2bff5c22a591432..6e39d509471fe9b4e2660e0d1631b350d0c66f40:/docs/source/ext-base-anim-extra.html diff --git a/docs/source/ext-base-anim-extra.html b/docs/source/ext-base-anim-extra.html index b25662cf..03462e04 100644 --- a/docs/source/ext-base-anim-extra.html +++ b/docs/source/ext-base-anim-extra.html @@ -1,5 +1,6 @@ + The source code @@ -169,7 +170,7 @@ if (s.length == 3) { return s; } - + Ext.each([hexRE, rgbRE, hex3RE], function(re, idx){ base = (idx % 2 == 0) ? 16 : 10; c = re.exec(s); @@ -200,15 +201,16 @@ doMethod : function(attr, start, end) { var me = this, val, - floor = Math.floor; + floor = Math.floor, + i, len = start.length, v; if(colorRE.test(attr)){ val = []; - - Ext.each(start, function(v, i) { - val[i] = superclass.doMethod.call(me, attr, v, end[i]); - }); - + + for(i=0; i