remove , to avoid null in json string from IE8

This commit is contained in:
j 2012-06-10 14:08:19 +00:00
parent e63c698b5d
commit 41cd72d37e

View file

@ -134,7 +134,7 @@ pandora.ui.folderList = function(id) {
} else if (id == 'favorite') {
query = {conditions: [
{key: 'subscribed', value: true, operator: '='},
{key: 'status', value: 'featured', operator: '!='},
{key: 'status', value: 'featured', operator: '!='}
], operator: '&'};
} else if (id == 'featured') {
query = {conditions: [