renamed video panels

This commit is contained in:
rolux 2013-10-22 16:45:39 +02:00
parent 3163faa5e3
commit afd97d1bd1
2 changed files with 2 additions and 2 deletions

View file

@ -6,7 +6,7 @@ pandora.ui.editor = function(data) {
var ui = pandora.user.ui,
that = Ox.VideoEditor({
that = Ox.VideoAnnotationPanel({
annotationsCalendarSize: ui.annotationsCalendarSize,
annotationsFont: ui.annotationsFont,
annotationsMapSize: ui.annotationsMapSize,

View file

@ -6,7 +6,7 @@ pandora.ui.player = function(data) {
var ui = pandora.user.ui,
that = Ox.VideoPanel({
that = Ox.VideoPlayerPanel({
annotationsCalendarSize: ui.annotationsCalendarSize,
annotationsFont: ui.annotationsFont,
annotationsMapSize: ui.annotationsMapSize,