missing comma

This commit is contained in:
rolux 2011-11-11 17:13:25 +00:00
parent cf84467d23
commit 433559ded0

View file

@ -432,7 +432,7 @@ pandora.ui.list = function() {
} }
}, function(result) { }, function(result) {
var item = result.data.items[0], var item = result.data.items[0],
title = item.title + ' (' + item.director + ')' title = item.title + ' (' + item.director + ')',
ratio = item.posterRatio, ratio = item.posterRatio,
windowWidth = window.innerWidth * 0.8, windowWidth = window.innerWidth * 0.8,
windowHeight = window.innerHeight * 0.8, windowHeight = window.innerHeight * 0.8,