fix(MutationObserver): IE 11 kind of silent error: https://stackoverflow.com/questions/50593385/mutationobserver-syntax-error-on-ie-11
This commit is contained in:
parent
b01161c471
commit
5932f2a1f6
1 changed files with 1 additions and 0 deletions
|
@ -52,6 +52,7 @@ function lazyLoadNewControllers(application: Application) {
|
|||
}
|
||||
}
|
||||
}).observe(application.element, {
|
||||
attributes: true,
|
||||
attributeFilter: [controllerAttribute],
|
||||
subtree: true,
|
||||
childList: true
|
||||
|
|
Loading…
Reference in a new issue