Commit bb12cdf6 by Kevin Chugh

remove whitespace

parent bee25f3b
......@@ -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)
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment