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 5c5a010
Showing 1 changed file with 1 addition and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -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');
Expand Down

0 comments on commit 5c5a010

Please sign in to comment.