log as Video not VIDEO
This commit is contained in:
parent
e929a7266a
commit
58e078e3bb
1 changed files with 1 additions and 1 deletions
|
@ -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() {
|
||||
|
|
Loading…
Reference in a new issue