Commit bb12cdf6 by Kevin Chugh

remove whitespace

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