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

Changeset 8263

Show
Ignore:
Timestamp:
12/04/07 01:57:26 (1 year ago)
Author:
andrew
Message:

Oops, correcting previous checkin

Files:

Legend:

Unmodified
Added
Removed
Modified
Copied
Moved
  • spinoffs/prototype/trunk/test/unit/selector.html

    r8262 r8263  
    109109      assertEnumEqual([], $$('nonexistent')); 
    110110       
    111       var allNodes = $A(document.getElementsByTagName('*')).select( function() { 
     111      var allNodes = $A(document.getElementsByTagName('*')).select( function(node) { 
    112112        return node.tagName !== '!'; 
    113113      });