Changeset 1119

Show
Ignore:
Timestamp:
09/18/08 20:50:13
Author:
dan
Message:

revert the last (stupid) patch

Files:

Legend:

Unmodified
Added
Removed
Modified
Copied
Moved
  • trunk/xinf/xml/XMLElement.hx

    r1118 r1119  
    405405                } 
    406406        } 
    407  
    408         override function setOwnerDocument( doc:Document ) { 
    409                 super.setOwnerDocument( doc ); 
    410                 if( id!=null ) { 
    411                         doc.elementsById.set( id, this ); 
    412         } 
    413          
    414407}