Ruby on Rails | Screencasts | Download | Documentation | Weblog | Community | Source

Changeset 3793

Show
Ignore:
Timestamp:
03/06/06 17:14:19 (3 years ago)
Author:
sam
Message:

prototype: Add test/browser.html

Files:

Legend:

Unmodified
Added
Removed
Modified
Copied
Moved
  • spinoffs/prototype/CHANGELOG

    r3792 r3793  
    11*SVN* 
     2 
     3* Add test/browser.html, which provides a simple object browser for the Prototype source (Firefox/Safari only). [sam] 
    24 
    35* 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]