remove whitespace

This commit is contained in:
Kevin Chugh
2013-04-21 19:57:19 -04:00
parent bee25f3ba0
commit bb12cdf6f4

View File

@@ -82,7 +82,7 @@ if Backbone?
if window.user.voted(@model)
@unvote()
else
@vote()
@vote()
toggleFollowing: (event) ->
$elem = $(event.target)
@@ -96,7 +96,7 @@ if Backbone?
DiscussionUtil.safeAjax
$elem: $elem
url: url
type: "POST"
type: "POST"
vote: ->
window.user.vote(@model)