1
0
Fork 0
forked from 0x2620/oxjs

in video panel player, rename showControls to showTimeline

This commit is contained in:
rlx 2011-11-05 22:15:10 +00:00
commit 8eac8c20d7
2 changed files with 14 additions and 23 deletions

View file

@ -1,7 +1,5 @@
// vim: et:ts=4:sw=4:sts=4:ft=javascript
'use strict';
/*@
Ox.VideoPlayer <f> Generic Video Player
(options, self) -> <o> Video Player
@ -132,7 +130,7 @@ Ox.VideoPlayer = function(options, self) {
.options(options || {})
.addClass('OxVideoPlayer');
Ox.Log('Video', 'VIDEO PLAYER OPTIONS', self.options)
Ox.Log('VIDEO', 'VIDEO PLAYER OPTIONS', self.options)
Ox.UI.$window.bind({
resize: function() {