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

@ -228,6 +228,10 @@ appPanel
delete pandora.user.ui[key];
}
});
// patch itemView ... this can be removed at a later point
if (pandora.user.ui.itemView == 'video') {
pandora.user.ui.itemView = 'player';
}
Ox.extend(pandora.site, {
calendar: data.site.layers.some(function(layer) {