ES6ify some of the remaining files

This commit is contained in:
Robin Ward
2015-08-07 15:08:27 -04:00
parent 378087727f
commit b7e6eaa961
96 changed files with 684 additions and 720 deletions

View File

@ -15,7 +15,7 @@ function setTemplates(lookupTemplateStrings) {
});
}
module("Resolver", {
module("lib:resolver", {
setup: function() {
originalTemplates = Ember.TEMPLATES;
Ember.TEMPLATES = {};