use new list query option

This commit is contained in:
j 2012-06-20 12:47:15 +02:00
commit 146a4e5756
3 changed files with 10 additions and 25 deletions

View file

@ -23,11 +23,7 @@ pandora.ui.titlesDialog = function() {
operator: '|'
};
$list.options({
items: function(data, callback) {
return pandora.api.findTitles(Ox.extend(data, {
query: query
}), callback);
}
query: query
});
}
}),