5 lines
111 B
CoffeeScript
5 lines
111 B
CoffeeScript
App.Followable =
|
|
|
|
update: (followable_id, button) ->
|
|
$("#" + followable_id + " .js-follow").html(button)
|