Merge pull request #92 from MSNexploder/patch-1

Typo
This commit is contained in:
Piotr Sarnacki 2013-01-02 07:58:12 -08:00
commit 7c779bb1b8

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 || {})