From 5500dbb31c1552a43a25fdcc300e7944dbf74654 Mon Sep 17 00:00:00 2001 From: Justine Arreche Date: Mon, 13 Jan 2014 12:05:32 -0500 Subject: [PATCH] removed locales from profile.coffee --- assets/scripts/app/views/profile.coffee | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/assets/scripts/app/views/profile.coffee b/assets/scripts/app/views/profile.coffee index fcac1eb8..879a163b 100644 --- a/assets/scripts/app/views/profile.coffee +++ b/assets/scripts/app/views/profile.coffee @@ -42,4 +42,4 @@ Travis.reopen gravatarUrl: (-> "#{location.protocol}//www.gravatar.com/avatar/#{@get('user.gravatarId')}?s=200&d=mm" - ).property('user.gravatarId') + ).property('user.gravatarId') \ No newline at end of file