renamed video panels
This commit is contained in:
parent
3163faa5e3
commit
afd97d1bd1
2 changed files with 2 additions and 2 deletions
|
@ -6,7 +6,7 @@ pandora.ui.editor = function(data) {
|
||||||
|
|
||||||
var ui = pandora.user.ui,
|
var ui = pandora.user.ui,
|
||||||
|
|
||||||
that = Ox.VideoEditor({
|
that = Ox.VideoAnnotationPanel({
|
||||||
annotationsCalendarSize: ui.annotationsCalendarSize,
|
annotationsCalendarSize: ui.annotationsCalendarSize,
|
||||||
annotationsFont: ui.annotationsFont,
|
annotationsFont: ui.annotationsFont,
|
||||||
annotationsMapSize: ui.annotationsMapSize,
|
annotationsMapSize: ui.annotationsMapSize,
|
||||||
|
|
|
@ -6,7 +6,7 @@ pandora.ui.player = function(data) {
|
||||||
|
|
||||||
var ui = pandora.user.ui,
|
var ui = pandora.user.ui,
|
||||||
|
|
||||||
that = Ox.VideoPanel({
|
that = Ox.VideoPlayerPanel({
|
||||||
annotationsCalendarSize: ui.annotationsCalendarSize,
|
annotationsCalendarSize: ui.annotationsCalendarSize,
|
||||||
annotationsFont: ui.annotationsFont,
|
annotationsFont: ui.annotationsFont,
|
||||||
annotationsMapSize: ui.annotationsMapSize,
|
annotationsMapSize: ui.annotationsMapSize,
|
||||||
|
|
Loading…
Reference in a new issue