fix a bug in clipList init event

This commit is contained in:
rolux 2013-08-05 22:45:25 +00:00
parent 93a6c5f1e6
commit 52cab09764

View file

@ -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;