diff --git a/vendor/angle-bracket-invocation-polyfill/runtime-polyfill.js b/vendor/angle-bracket-invocation-polyfill/runtime-polyfill.js index 9ecdb90..c2191d4 100644 --- a/vendor/angle-bracket-invocation-polyfill/runtime-polyfill.js +++ b/vendor/angle-bracket-invocation-polyfill/runtime-polyfill.js @@ -95,6 +95,7 @@ import { lte, gte } from 'ember-compatibility-helpers'; } } + runtimeResolver.builtInModifiers = Ember.assign({}, runtimeResolver.builtInModifiers); runtimeResolver.builtInModifiers._splattributes = { create(element, args, scope, dom) { let environment = owner.lookup('service:-glimmer-environment');