4 lines
115 B
CoffeeScript
4 lines
115 B
CoffeeScript
class @ProjectMembers
|
|
constructor: ->
|
|
$('li.project_member').bind 'ajax:success', ->
|
|
$(this).fadeOut()
|