Skip to content

Commit

Permalink
This commit fixes emberjs#2723
Browse files Browse the repository at this point in the history
  • Loading branch information
Sean Rucker committed Jul 29, 2013
1 parent 9d051c2 commit 0728ce7
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion packages/ember-routing/lib/helpers/render.js
Original file line number Diff line number Diff line change
Expand Up @@ -48,7 +48,6 @@ Ember.onLoad('Ember.Handlebars', function(Handlebars) {
lookupOptions = { singleton: false };
}

name = name.replace(/\//g, '.');
container = options.data.keywords.controller.container;
router = container.lookup('router:main');

Expand Down

0 comments on commit 0728ce7

Please sign in to comment.