forked from 0x2620/pandora
typo
This commit is contained in:
parent
218c98fc7a
commit
4174a8a2c7
1 changed files with 1 additions and 1 deletions
|
@ -36,7 +36,7 @@ pandora.ui.sortSelect = function() {
|
||||||
pandora_listsort: function(data) {
|
pandora_listsort: function(data) {
|
||||||
that.selectItem(data.value[0].key);
|
that.selectItem(data.value[0].key);
|
||||||
},
|
},
|
||||||
pandora_itemsort: function(value) {
|
pandora_itemsort: function(data) {
|
||||||
that.selectItem(data.value[0].key);
|
that.selectItem(data.value[0].key);
|
||||||
}
|
}
|
||||||
});
|
});
|
||||||
|
|
Loading…
Reference in a new issue