Ox.UI -> Ox

This commit is contained in:
rlx 2014-09-26 14:50:32 +02:00
commit ba22a7e2eb
2 changed files with 3 additions and 3 deletions

View file

@ -242,7 +242,7 @@ Ox.VideoPlayer = function(options, self) {
})
.addClass('OxVideoPlayer');
Ox.UI.$window.on({
Ox.$window.on({
resize: function() {
self.options.fullscreen && setSizes();
}
@ -2533,7 +2533,7 @@ Ox.VideoPlayer = function(options, self) {
top: self.absoluteOffset.top + 'px',
zIndex: 1000
})
.appendTo(Ox.UI.$body);
.appendTo(Ox.$body);
if (self.options.externalControls) {
self.externalControls = true;
self.options.externalControls = false;