Change tabs to spaces
This commit is contained in:
parent
043e4fa5c4
commit
d51db8bf8e
|
@ -8,9 +8,9 @@ Ember.Application.initializer({
|
|||
|
||||
initialize: function(container, application) {
|
||||
application.set('settings', App.Settings.create());
|
||||
if (App.get('settings.token') === undefined) {
|
||||
App.set('settings.token', '');
|
||||
}
|
||||
if (App.get('settings.token') === undefined) {
|
||||
App.set('settings.token', '');
|
||||
}
|
||||
}
|
||||
});
|
||||
|
||||
|
|
Loading…
Reference in a new issue