1
0
Fork 0
mirror of https://github.com/documize/community.git synced 2025-07-23 23:29:42 +02:00

dom observer tweak

This commit is contained in:
Harvey Kandola 2016-10-15 17:50:13 -07:00
parent 0655fab204
commit f339bcff59
2 changed files with 620 additions and 573 deletions

View file

@ -33,7 +33,8 @@ export default Ember.Route.extend(ApplicationRouteMixin, {
observer.observe(document, { observer.observe(document, {
subtree: true, subtree: true,
attributes: false, attributes: false,
childList: true childList: true,
characterData: true
}); });
// end TODO: ugly hack // end TODO: ugly hack

File diff suppressed because one or more lines are too long