Skip to content

Commit

Permalink
Fix memory leak using custom BUILTIN_MODIFIERS object
Browse files Browse the repository at this point in the history
  • Loading branch information
bobisjan committed Jul 18, 2018
1 parent 60db162 commit 7ef7df0
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions vendor/angle-bracket-invocation-polyfill/runtime-polyfill.js
Original file line number Diff line number Diff line change
Expand Up @@ -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');
Expand Down

0 comments on commit 7ef7df0

Please sign in to comment.