Changeset 3793
- Timestamp:
- 03/06/06 17:14:19 (3 years ago)
- Files:
-
- spinoffs/prototype/CHANGELOG (modified) (1 diff)
- spinoffs/prototype/test/browser.html (added)
Legend:
- Unmodified
- Added
- Removed
- Modified
- Copied
- Moved
spinoffs/prototype/CHANGELOG
r3792 r3793 1 1 *SVN* 2 3 * Add test/browser.html, which provides a simple object browser for the Prototype source (Firefox/Safari only). [sam] 2 4 3 5 * Add Element.extend, which mixes Element methods into a single HTML element. This means you can now write $('foo').show() instead of Element.show('foo'). $, $$ and document.getElementsByClassName automatically call Element.extend on any returned elements. [sam]