color & sound are listKeys

This commit is contained in:
j 2013-03-01 12:47:02 +00:00
parent 78871b6dce
commit d08833b859

View file

@ -26,7 +26,8 @@ pandora.ui.infoView = function(data) {
'editor', 'composer', 'lyricist', 'actor' 'editor', 'composer', 'lyricist', 'actor'
], ],
listKeys = nameKeys.concat([ listKeys = nameKeys.concat([
'country', 'language', 'productionCompany', 'genre', 'keyword' 'country', 'language', 'color', 'sound', 'productionCompany',
'genre', 'keyword'
]), ]),
descriptions = { descriptions = {
names: getNames(), names: getNames(),