debug
This commit is contained in:
parent
dc07c79297
commit
585fc7f1f4
|
@ -187,6 +187,7 @@ EmoteModule.prototype.obsCallback = function(mutation) {
|
|||
for(var i = 0 ; i < mutation.addedNodes.length ; ++i) {
|
||||
var next = mutation.addedNodes.item(i);
|
||||
if(next) {
|
||||
console.log("Next: " + next);
|
||||
var nodes = self.getNodes(next);
|
||||
for(var node in nodes) {
|
||||
if(nodes.hasOwnProperty(node)) {
|
||||
|
|
Loading…
Reference in New Issue