Skip to content

Commit

Permalink
fix typo in last commit
Browse files Browse the repository at this point in the history
  • Loading branch information
client9 committed Mar 21, 2010
1 parent effa891 commit 282cb97
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/html/document.js
Expand Up @@ -275,7 +275,7 @@ __extend__(HTMLDocument.prototype, {
var retNodes = __extend__([],new NodeList(this, this.documentElement)),
node;
// loop through all Elements
var all = this.getElementsByTagName('*';
var all = this.getElementsByTagName('*');
for (var i=0; i < all.length; i++) {
node = all[i];
if (node.nodeType == Node.ELEMENT_NODE &&
Expand Down

0 comments on commit 282cb97

Please sign in to comment.