|
|
@ -43,7 +43,7 @@ export class SortList extends Widget { |
|
|
|
isDefaultInit: o.isDefaultInit, |
|
|
|
isDefaultInit: o.isDefaultInit, |
|
|
|
el: o.el, |
|
|
|
el: o.el, |
|
|
|
items: this._formatItems(o.items), |
|
|
|
items: this._formatItems(o.items), |
|
|
|
itemsCreator(op, callback) { |
|
|
|
itemsCreator: (op, callback) => { |
|
|
|
o.itemsCreator(op, items => { |
|
|
|
o.itemsCreator(op, items => { |
|
|
|
callback(this._formatItems(items)); |
|
|
|
callback(this._formatItems(items)); |
|
|
|
}); |
|
|
|
}); |
|
|
|