This commit is contained in:
Stefan Huber 2013-01-02 16:42:44 +01:00
parent 2daed5f36f
commit 3d347fdcf5

View File

@ -93,7 +93,7 @@ Storage = Em.Object.extend
location.href = location.href.replace('#!/', '') if location.hash.slice(0, 2) == '#!'
I18n.fallbacks = true
Travis.setLocale 'locale', @defualt_locale
Travis.setLocale 'locale', @default_locale
Ember.run.next this, ->
app = Travis.App.create(attrs || {})