Skip to content

Commit

Permalink
fix
Browse files Browse the repository at this point in the history
  • Loading branch information
itrelease committed Aug 3, 2011
1 parent 2917ff0 commit 9d8de3c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/js/ierange.js
Expand Up @@ -249,7 +249,7 @@ DOMRange.prototype = {
for(var i in node.childNodes){
if(node.childNodes[i].nodeType == 3){
this._textNodes.push(node.childNodes[i]);
}else this.getTextNodes(node.childNodes[i]);
}else this.getTextNodes_(node.childNodes[i]);
}
},
getTextNodes: function(){
Expand Down

0 comments on commit 9d8de3c

Please sign in to comment.