Commit 29e334f3 by Matthew Mongeau

Comment should pass endorsed to template.

parent 34967b55
......@@ -16,7 +16,6 @@ if Backbone?
urlMappers: {}
urlFor: (name) ->
console.log @
@urlMappers[name].apply(@)
can: (action) ->
......@@ -247,7 +246,6 @@ if Backbone?
@model.set('votes_point', response.votes.point)
toggleVote: (event) ->
console.log("HERE")
$elem = $(event.target)
value = $elem.attr("value")
$elem.toggleClass("is-cast")
......
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