ember-cli 0.2.5

This commit is contained in:
Matthew Dillon 2015-05-24 15:07:29 -08:00
parent 8afce44a5e
commit 7a24962d30
7 changed files with 22 additions and 19 deletions

View file

@ -9,7 +9,6 @@ Ember.MODEL_FACTORY_INJECTIONS = true;
App = Ember.Application.extend({
modulePrefix: config.modulePrefix,
podModulePrefix: config.podModulePrefix,
Resolver: Resolver
});