X-Git-Url: http://git.osdn.jp/view?a=blobdiff_plain;ds=inline;f=0.6.x%2Fjs%2F02_dom%2F07_XNodeList.js;h=be45a3b0cb56033e1e3dff1ad23d2adf44174114;hb=e28511741c97176b8ffe67bb1ea0660da37f754b;hp=443677cd847155203846b92d5b59f0891872aceb;hpb=7973f3ff61f1ef5bd9732f527b175010d0c0971b;p=pettanr%2FclientJs.git diff --git a/0.6.x/js/02_dom/07_XNodeList.js b/0.6.x/js/02_dom/07_XNodeList.js index 443677c..be45a3b 100644 --- a/0.6.x/js/02_dom/07_XNodeList.js +++ b/0.6.x/js/02_dom/07_XNodeList.js @@ -23,7 +23,7 @@ function X_NodeList( v ){ }; if( !skip ){ this[ n ] = xnode; - n = ++this.length; + n = ++this.length; }; }; };