fix coffee lint

This commit is contained in:
Felix Niklas 2016-03-14 16:01:04 +01:00
parent aa533af77c
commit 661c83d574

View file

@ -45,7 +45,7 @@ class App.ControllerTable extends App.Controller
helper = tr.clone()
helper.children().each (index) ->
# Set helper cell sizes to match the original sizes
$(this).width( originals.eq(index).outerWidth() )
$(@).width( originals.eq(index).outerWidth() )
return helper
update: @dndCallback
@el.find('table > tbody').sortable(dndOptions)