Skip to content

Commit

Permalink
Merge pull request #3182 from bmac/app-initializer
Browse files Browse the repository at this point in the history
initialize lives on the application instance not the Ember namespace
  • Loading branch information
igorT committed Jun 3, 2015
2 parents cf87126 + 9461158 commit 6cf1ae6
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion packages/ember-data/lib/ember-initializer.js
Original file line number Diff line number Diff line change
Expand Up @@ -53,7 +53,7 @@ Ember.onLoad('Ember.Application', function(Application) {
initialize: initializeStoreService
});
} else {
Ember.initializer({
Application.initializer({
name: "ember-data-store-service",
after: "ember-data",
initialize: initializeStoreService
Expand Down

0 comments on commit 6cf1ae6

Please sign in to comment.