Skip to content

Commit

Permalink
Merge pull request #29 from zonkyio/memory-leak-fix
Browse files Browse the repository at this point in the history
Fix memory leak using custom BUILTIN_MODIFIERS object, fix #28
  • Loading branch information
rwjblue authored Jul 19, 2018
2 parents 60db162 + 5c5a010 commit 759675d
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 759675d

Please sign in to comment.