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