forked from 0x2620/pandora
VideoPlayer does not have clipSize
This commit is contained in:
parent
73c3a134a2
commit
1d2675ab97
1 changed files with 0 additions and 1 deletions
|
@ -414,7 +414,6 @@ pandora.ui.editPanel = function(isEmbed) {
|
||||||
that = Ox.VideoPlayer({
|
that = Ox.VideoPlayer({
|
||||||
clickLink: pandora.clickLink,
|
clickLink: pandora.clickLink,
|
||||||
clipRatio: pandora.site.video.previewRatio,
|
clipRatio: pandora.site.video.previewRatio,
|
||||||
clipSize: listSize,
|
|
||||||
clips: Ox.clone(edit.clips),
|
clips: Ox.clone(edit.clips),
|
||||||
clipTooltip: 'clips <span class="OxBright">' + Ox.SYMBOLS.shift + 'C</span>',
|
clipTooltip: 'clips <span class="OxBright">' + Ox.SYMBOLS.shift + 'C</span>',
|
||||||
clipView: ui.edits[ui.edit].view,
|
clipView: ui.edits[ui.edit].view,
|
||||||
|
|
Loading…
Reference in a new issue