From 58e078e3bbc7bd782937254f520cb693e4547531 Mon Sep 17 00:00:00 2001 From: j <0x006A@0x2620.org> Date: Fri, 14 Jun 2013 16:39:38 +0000 Subject: [PATCH] log as Video not VIDEO --- source/Ox.UI/js/Video/VideoPlayer.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/source/Ox.UI/js/Video/VideoPlayer.js b/source/Ox.UI/js/Video/VideoPlayer.js index 16b5406a..5fd5f11a 100644 --- a/source/Ox.UI/js/Video/VideoPlayer.js +++ b/source/Ox.UI/js/Video/VideoPlayer.js @@ -222,7 +222,7 @@ Ox.VideoPlayer = function(options, self) { }) .addClass('OxVideoPlayer'); - Ox.Log('VIDEO', 'VIDEO PLAYER OPTIONS', self.options) + Ox.Log('Video', 'VIDEO PLAYER OPTIONS', self.options) Ox.UI.$window.on({ resize: function() {