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