rename item views ('video' -> 'player', 'timeline' -> 'editor')

This commit is contained in:
rolux 2012-04-17 09:06:19 +02:00
commit f5f6ff468f
11 changed files with 67 additions and 61 deletions

View file

@ -43,9 +43,9 @@ pandora.ui.rightPanel = function() {
pandora.$ui.browser.scrollToSelection();
if (pandora.user.ui.itemView == 'clips') {
pandora.$ui.clipList.size();
} else if (pandora.user.ui.itemView == 'video') {
} else if (pandora.user.ui.itemView == 'player') {
pandora.$ui.player.options({width: data.size});
} else if (pandora.user.ui.itemView == 'timeline') {
} else if (pandora.user.ui.itemView == 'editor') {
pandora.$ui.editor.options({width: data.size});
} else if (pandora.user.ui.listView == 'map') {
pandora.$ui.map.resizeMap();