OSDN Git Service

Version 0.6.94, new X.Callback is fast & light maybe.
[pettanr/clientJs.git] / 0.6.x / js / 02_dom / 07_XDomNodeList.js
index 9bf5312..136a3af 100644 (file)
@@ -36,7 +36,7 @@ X.Dom.NodeList.prototype.each = function( func /* opt_args... */ ){
                i = 0, args;\r
 \r
        if( 1 < arguments.length ){\r
-               args = X.copyArray( arguments );\r
+               args = X_Object_cloneArray( arguments );\r
                for( ; i < l; ++i ){\r
                        args[ 0 ] = i;\r
                        if( func.apply( this[ i ], args ) === false ) break;\r