Improved code layout.
This commit is contained in:
parent
389b1e7bb4
commit
d411eae4ae
1 changed files with 1 additions and 1 deletions
|
@ -69,7 +69,7 @@ class App.TaskbarWidget extends App.Controller
|
||||||
if !key
|
if !key
|
||||||
throw "No such key attributes found for task item"
|
throw "No such key attributes found for task item"
|
||||||
order.push key
|
order.push key
|
||||||
App.TaskManager.reorder( order )
|
App.TaskManager.reorder( order )
|
||||||
|
|
||||||
@el.sortable( dndOptions )
|
@el.sortable( dndOptions )
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue