missing comma
This commit is contained in:
parent
cf84467d23
commit
433559ded0
1 changed files with 1 additions and 1 deletions
|
@ -432,7 +432,7 @@ pandora.ui.list = function() {
|
|||
}
|
||||
}, function(result) {
|
||||
var item = result.data.items[0],
|
||||
title = item.title + ' (' + item.director + ')'
|
||||
title = item.title + ' (' + item.director + ')',
|
||||
ratio = item.posterRatio,
|
||||
windowWidth = window.innerWidth * 0.8,
|
||||
windowHeight = window.innerHeight * 0.8,
|
||||
|
|
Loading…
Reference in a new issue