Skip to content

Commit

Permalink
NodeList: making 'each' docs clearer
Browse files Browse the repository at this point in the history
  • Loading branch information
jakearchibald committed Jul 21, 2009
1 parent 6e98907 commit 42d800e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/dom/dom.js
Expand Up @@ -985,7 +985,7 @@
@example
var myNodeList = glow.dom.get("a");
myNodeList.each(function(i){
this == myNodeList[i];
// in this function: this == myNodeList[i]
});
*/
each: function (callback) {
Expand Down

0 comments on commit 42d800e

Please sign in to comment.