forked from 0x2620/pandora
ui.clipsColumns -> ui.clipColumns
This commit is contained in:
parent
2d4b11f23a
commit
3e8a989dd2
1 changed files with 2 additions and 2 deletions
|
@ -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});
|
||||
}
|
||||
}),
|
||||
|
||||
|
|
Loading…
Reference in a new issue