Changeset 1515
- Timestamp:
- 03/26/08 08:43:25 (2 months ago)
- Files:
-
- 1 modified
-
trunk/Source/Element/Element.js (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
trunk/Source/Element/Element.js
r1513 r1515 595 595 }); 596 596 597 Native.alias([Element, Document], {getElement: 'find', getElements: 'search'});598 599 597 Element.Attributes = new Hash({ 600 598 Props: {'html': 'innerHTML', 'class': 'className', 'for': 'htmlFor', 'text': (Browser.Engine.trident) ? 'innerText' : 'textContent'},