typo
This commit is contained in:
parent
bbf2c91f8c
commit
d4e12a6ce3
|
@ -207,7 +207,7 @@ EmoteModule.prototype.getNodes = function(node) {
|
||||||
var treeWalker = document.createTreeWalker(node, NodeFilter.SHOW_TEXT, null, false);
|
var treeWalker = document.createTreeWalker(node, NodeFilter.SHOW_TEXT, null, false);
|
||||||
|
|
||||||
while(next = treeWalker.nextNode()) {
|
while(next = treeWalker.nextNode()) {
|
||||||
consol.log("NEXT: " + next);
|
console.log("NEXT: " + next);
|
||||||
nodes.push(next);
|
nodes.push(next);
|
||||||
}
|
}
|
||||||
console.log("<=GETNODES");
|
console.log("<=GETNODES");
|
||||||
|
|
Loading…
Reference in New Issue