Skip to content

Commit

Permalink
remove my tabs. I have fixed my editor finally!
Browse files Browse the repository at this point in the history
  • Loading branch information
client9 committed Apr 26, 2010
1 parent 98974ab commit 736f7b1
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/dom/node.js
Expand Up @@ -473,8 +473,8 @@ __extend__(Node.prototype, {
var nodelist = new NodeList(__ownerDocument__(this));
for (var i = 0; i < this.childNodes.length; i++) {
__getElementsByTagNameRecursive__(this.childNodes.item(i),
tagname,
nodelist);
tagname,
nodelist);
}
return nodelist;
},
Expand Down

0 comments on commit 736f7b1

Please sign in to comment.