Changeset 12676

Show
Ignore:
Timestamp:
02/23/08 23:38:35 (5 months ago)
Author:
dylan
Message:

fixes #5569, NodeList?.connect documentation wrong

Files:
1 modified

Legend:

Unmodified
Added
Removed
  • dojo/trunk/_base/NodeList.js

    r12596 r12676  
    286286                        //      example: 
    287287                        //              add an onclick handler to every button on the page 
    288                         //              |       dojo.query("onclick", function(e){ 
     288                        //              |       dojo.query("div:nth-child(odd)").connect("onclick", function(e){ 
    289289                        //              |               console.debug("clicked!"); 
    290290                        //              |       });