forked from 0x2620/pandora
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
|
|
@ -54,7 +54,7 @@ pandora.ui.timeline = function(data) {
|
|||
video: data.video,
|
||||
videoRatio: data.videoRatio,
|
||||
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({
|
||||
annotationsrange: function(data) {
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue