We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent bbfccc1 commit 6a9f9bfCopy full SHA for 6a9f9bf
1 file changed
tests/dummy/app/initializers/init-shared.js
@@ -4,7 +4,6 @@ export default {
4
name: 'init-shared',
5
after: 'simple-auth',
6
initialize: function(container) {
7
- console.log('FFFFFF');
8
var sharedStore = Ember.Object.create({});
9
container.optionsForType('globals', {instantiate: false, singleton: true});
10
container.register('globals:shared', sharedStore);
0 commit comments