From 356ab68a1239c36b71433678958b877715891a69 Mon Sep 17 00:00:00 2001 From: j <0x006A@0x2620.org> Date: Mon, 31 Oct 2011 15:15:40 +0100 Subject: [PATCH] no globals --- static/js/pandora/clipList.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/static/js/pandora/clipList.js b/static/js/pandora/clipList.js index cdb8536f..0dba9b17 100644 --- a/static/js/pandora/clipList.js +++ b/static/js/pandora/clipList.js @@ -11,7 +11,7 @@ pandora.ui.clipList = function(videoRatio) { item: function(data, sort, size) { size = size || 128; // fixme: is this needed? var ratio, width, height, - format, info, sortKey, url; + format, info, sortKey, title, url; if (!ui.item) { ratio = data.videoRatio; width = ratio > fixedRatio ? size : Math.round(size * ratio / fixedRatio);