This commit is contained in:
Jiiks 2016-03-11 17:38:55 +02:00
parent a5c27caacf
commit 256c2fdad7
1 changed files with 1 additions and 2 deletions

View File

@ -46,9 +46,8 @@ crr.prototype.start = function () {
} }
}); });
}); });
} }
} }
}); });
this.crrMt.observe(document, {childList:true, subtree:true}) this.crrMt.observe(document, {childList:true, subtree:true})
}; };