From 7ef7df0e682152bdcf0202fb5e627f896bb0d7f0 Mon Sep 17 00:00:00 2001 From: Jan Bobisud Date: Wed, 18 Jul 2018 10:36:16 +0200 Subject: [PATCH] Fix memory leak using custom BUILTIN_MODIFIERS object --- vendor/angle-bracket-invocation-polyfill/runtime-polyfill.js | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/vendor/angle-bracket-invocation-polyfill/runtime-polyfill.js b/vendor/angle-bracket-invocation-polyfill/runtime-polyfill.js index 9ecdb90..11a4512 100644 --- a/vendor/angle-bracket-invocation-polyfill/runtime-polyfill.js +++ b/vendor/angle-bracket-invocation-polyfill/runtime-polyfill.js @@ -95,6 +95,10 @@ import { lte, gte } from 'ember-compatibility-helpers'; } } + runtimeResolver.builtInModifiers = { + action: runtimeResolver.builtInModifiers.action, + }; + runtimeResolver.builtInModifiers._splattributes = { create(element, args, scope, dom) { let environment = owner.lookup('service:-glimmer-environment');