forked from 0x2620/oxjs
in video panel player, rename showControls to showTimeline
This commit is contained in:
parent
2b3d8807d9
commit
8eac8c20d7
2 changed files with 14 additions and 23 deletions
|
|
@ -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() {
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue