in partnership with mediatemple

Changeset 1515

Show
Ignore:
Timestamp:
03/26/08 08:43:25 (2 months ago)
Author:
kamicane
Message:
  • removed the search / find aliases for Element, as search is native, and overwriting it creates problems. fixed #936
Files:
1 modified

Legend:

Unmodified
Added
Removed
  • trunk/Source/Element/Element.js

    r1513 r1515  
    595595}); 
    596596 
    597 Native.alias([Element, Document], {getElement: 'find', getElements: 'search'}); 
    598  
    599597Element.Attributes = new Hash({ 
    600598        Props: {'html': 'innerHTML', 'class': 'className', 'for': 'htmlFor', 'text': (Browser.Engine.trident) ? 'innerText' : 'textContent'},