trigger sort with array
This commit is contained in:
parent
d61f8e38d3
commit
728f81bc91
1 changed files with 1 additions and 1 deletions
|
@ -255,7 +255,7 @@ Ox.ClipPanel = function(options, self) {
|
|||
sort: function(data) {
|
||||
self.options.sort = self.$list.options('sort');
|
||||
self.$list.options({sortable: isSortable()});
|
||||
that.triggerEvent('sort', data);
|
||||
that.triggerEvent('sort', [data]);
|
||||
},
|
||||
submit: function(data) {
|
||||
data.value = Ox.parseDuration(data.value);
|
||||
|
|
Loading…
Reference in a new issue