add clipsView

This commit is contained in:
rolux 2011-10-30 15:36:14 +00:00
commit f2b401d69b
5 changed files with 28 additions and 5 deletions

View file

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