From 3d347fdcf51bda3bece7020ccdeb312a2bb63656 Mon Sep 17 00:00:00 2001 From: Stefan Huber Date: Wed, 2 Jan 2013 16:42:44 +0100 Subject: [PATCH] Typo --- assets/scripts/travis.coffee | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/assets/scripts/travis.coffee b/assets/scripts/travis.coffee index 16ffbe55..a19ce166 100644 --- a/assets/scripts/travis.coffee +++ b/assets/scripts/travis.coffee @@ -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 || {})