Skip to content

Commit

Permalink
Wip fix glimmer tests
Browse files Browse the repository at this point in the history
  • Loading branch information
iezer committed Jun 23, 2017
1 parent d386692 commit 7288544
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions packages/container/lib/container.js
Original file line number Diff line number Diff line change
Expand Up @@ -166,11 +166,11 @@ Container.prototype = {
return;
}

fullName = expandedFullName;
normalizedName = expandedFullName;
} else if (expandedFullName) {
// with ember-module-unification, if expandLocalLookup returns something,
// pass it to the resolve without the source
fullName = expandedFullName;
normalizedName = expandedFullName;
options = copy(options, true);
delete options.source;
}
Expand Down

0 comments on commit 7288544

Please sign in to comment.