Skip to content

Commit

Permalink
More small cleanup
Browse files Browse the repository at this point in the history
  • Loading branch information
mixonic committed May 31, 2015
1 parent a5d3b35 commit 6b82fc8
Show file tree
Hide file tree
Showing 3 changed files with 0 additions and 3 deletions.
1 change: 0 additions & 1 deletion packages/ember-htmlbars/tests/helpers/unbound_test.js
Original file line number Diff line number Diff line change
Expand Up @@ -482,7 +482,6 @@ QUnit.module("ember-htmlbars: {{#unbound}} helper -- Container Lookup", {
Ember.lookup = lookup = { Ember: Ember };
registry = new Registry();
container = registry.container();
registry.optionsForType('helper', { singleton: false });
},

teardown() {
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,6 @@ function commonSetup() {
registry.optionsForType('component', { singleton: false });
registry.optionsForType('view', { singleton: false });
registry.optionsForType('template', { instantiate: false });
registry.optionsForType('helper', { singleton: false });
registry.register('component-lookup:main', ComponentLookup);
}

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,6 @@ QUnit.module('ember-htmlbars: components for void elements', {
registry.optionsForType('component', { singleton: false });
registry.optionsForType('view', { singleton: false });
registry.optionsForType('template', { instantiate: false });
registry.optionsForType('helper', { singleton: false });
registry.register('component-lookup:main', ComponentLookup);
},

Expand Down

0 comments on commit 6b82fc8

Please sign in to comment.