use Ox.$(document|body) instead of pandora.$ui.(document|body)
This commit is contained in:
parent
390595a261
commit
58999918f7
10 changed files with 27 additions and 31 deletions
|
|
@ -105,7 +105,7 @@ pandora.ui.editor = function(data) {
|
|||
videoRatio: data.videoRatio,
|
||||
videoSize: ui.videoSize,
|
||||
volume: ui.videoVolume,
|
||||
width: pandora.$ui.document.width() - pandora.$ui.mainPanel.size(0) - 1
|
||||
width: Ox.$document.width() - pandora.$ui.mainPanel.size(0) - 1
|
||||
}).bindEvent({
|
||||
addannotation: function(data) {
|
||||
Ox.Log('', 'addAnnotation', data);
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue