fix coffee lint
This commit is contained in:
parent
aa533af77c
commit
661c83d574
1 changed files with 1 additions and 1 deletions
|
@ -45,7 +45,7 @@ class App.ControllerTable extends App.Controller
|
||||||
helper = tr.clone()
|
helper = tr.clone()
|
||||||
helper.children().each (index) ->
|
helper.children().each (index) ->
|
||||||
# Set helper cell sizes to match the original sizes
|
# Set helper cell sizes to match the original sizes
|
||||||
$(this).width( originals.eq(index).outerWidth() )
|
$(@).width( originals.eq(index).outerWidth() )
|
||||||
return helper
|
return helper
|
||||||
update: @dndCallback
|
update: @dndCallback
|
||||||
@el.find('table > tbody').sortable(dndOptions)
|
@el.find('table > tbody').sortable(dndOptions)
|
||||||
|
|
Loading…
Reference in a new issue