ui.clipsColumns -> ui.clipColumns

This commit is contained in:
rolux 2013-07-12 20:31:34 +00:00
parent 2d4b11f23a
commit 3e8a989dd2

View file

@ -12,7 +12,7 @@ pandora.ui.navigationView = function(type, videoRatio) {
280 + Ox.UI.SCROLLBAR_SIZE, 280 + Ox.UI.SCROLLBAR_SIZE,
416 + Ox.UI.SCROLLBAR_SIZE 416 + Ox.UI.SCROLLBAR_SIZE
], ],
listSize = listSizes[ui.clipsColumns - 1], listSize = listSizes[ui.clipColumns - 1],
$element = Ox.Element(), $element = Ox.Element(),
@ -85,7 +85,7 @@ pandora.ui.navigationView = function(type, videoRatio) {
}, 0); }, 0);
}); });
} }
pandora.UI.set({clipsColumns: listSizes.indexOf(size) + 1}); pandora.UI.set({clipColumns: listSizes.indexOf(size) + 1});
} }
}), }),