fix a bug in clipList init event
This commit is contained in:
parent
93a6c5f1e6
commit
52cab09764
1 changed files with 1 additions and 1 deletions
|
@ -67,7 +67,7 @@ pandora.ui.clipList = function(videoRatio) {
|
|||
items: function(data, callback) {
|
||||
if (!isClipView) {
|
||||
// fixme: this will have to be updated
|
||||
callback({data: {items: []}});
|
||||
callback({data: {items: data.keys ? [] : 0}});
|
||||
return;
|
||||
}
|
||||
var itemsQuery, query;
|
||||
|
|
Loading…
Reference in a new issue