From ba22a7e2ebe9a5d0b65a74f5ce81f96e474d2d61 Mon Sep 17 00:00:00 2001 From: rlx <0x0073@0x2620.org> Date: Fri, 26 Sep 2014 14:50:32 +0200 Subject: [PATCH] Ox.UI -> Ox --- source/Ox.UI/js/Video/VideoPlayer.js | 4 ++-- source/Ox.UI/js/Window/Tooltip.js | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/source/Ox.UI/js/Video/VideoPlayer.js b/source/Ox.UI/js/Video/VideoPlayer.js index 0080dbd2..c192b069 100644 --- a/source/Ox.UI/js/Video/VideoPlayer.js +++ b/source/Ox.UI/js/Video/VideoPlayer.js @@ -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; diff --git a/source/Ox.UI/js/Window/Tooltip.js b/source/Ox.UI/js/Window/Tooltip.js index c6fc1e71..50d5dd40 100644 --- a/source/Ox.UI/js/Window/Tooltip.js +++ b/source/Ox.UI/js/Window/Tooltip.js @@ -79,7 +79,7 @@ Ox.Tooltip = function(options, self) { self.y = y; } $('.OxTooltip').detach(); // fixme: don't use DOM - that.appendTo(Ox.UI.$body); + that.appendTo(Ox.$body); width = that.width(); height = that.height(); left = Ox.limit(