symbolize serializer keys for spec comparison
This commit is contained in:
@@ -11,5 +11,3 @@ App.ApplicationView = Ember.View.extend
|
||||
else
|
||||
menu.show().animate left: 0
|
||||
toggle.animate left: 222 - 30, -> $(@).addClass('open')
|
||||
|
||||
$(document).foundation()
|
||||
|
||||
@@ -14,7 +14,7 @@
|
||||
# )(jQuery)
|
||||
|
||||
@Qstorage = localStorage
|
||||
|
||||
|
||||
$.extend($translations.en, <%= I18n.t('user', locale: :en).to_json %>);
|
||||
$.extend($translations.nl, <%= I18n.t('user', locale: :nl).to_json %>);
|
||||
|
||||
|
||||
Reference in New Issue
Block a user