Changeset 11176


Ignore:
Timestamp:
06/10/08 15:32:36 (4 years ago)
Author:
sys
Message:

debug ut.getFirstChildByLocalName()

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/Xul_Cms/chrome/content/scenaricms/ut.js

    r11122 r11176  
    419419        while(vCh) { 
    420420                if(vCh.nodeType==1 && vCh.localName==pLocalName) return vCh; 
    421                 vCh = vCh.nexttSibling; 
     421                vCh = vCh.nextSibling; 
    422422        } 
    423423        return null; 
Note: See TracChangeset for help on using the changeset viewer.