From 3e8a989dd22102856f2c8f56276f5b305d8db7a5 Mon Sep 17 00:00:00 2001 From: rolux Date: Fri, 12 Jul 2013 20:31:34 +0000 Subject: [PATCH] ui.clipsColumns -> ui.clipColumns --- static/js/pandora/navigationView.js | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/static/js/pandora/navigationView.js b/static/js/pandora/navigationView.js index c960071e..a0f12a3b 100644 --- a/static/js/pandora/navigationView.js +++ b/static/js/pandora/navigationView.js @@ -12,7 +12,7 @@ pandora.ui.navigationView = function(type, videoRatio) { 280 + Ox.UI.SCROLLBAR_SIZE, 416 + Ox.UI.SCROLLBAR_SIZE ], - listSize = listSizes[ui.clipsColumns - 1], + listSize = listSizes[ui.clipColumns - 1], $element = Ox.Element(), @@ -85,7 +85,7 @@ pandora.ui.navigationView = function(type, videoRatio) { }, 0); }); } - pandora.UI.set({clipsColumns: listSizes.indexOf(size) + 1}); + pandora.UI.set({clipColumns: listSizes.indexOf(size) + 1}); } }),