use Ox.$(document|body) instead of pandora.$ui.(document|body)

This commit is contained in:
j 2017-01-26 17:41:50 +01:00
commit 58999918f7
10 changed files with 27 additions and 31 deletions

View file

@ -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);