update Ox.Chart
This commit is contained in:
parent
511c355223
commit
c5af338d2d
4 changed files with 178 additions and 37 deletions
|
|
@ -4,9 +4,9 @@
|
|||
|
||||
/*@
|
||||
Ox.VideoEditor <f:Ox.Element> VideoEditor Object
|
||||
() -> <f> VideoEditor Object
|
||||
(options) -> <f> VideoEditor Object
|
||||
(options, self) -> <f> VideoEditor Object
|
||||
() -> <o> VideoEditor Object
|
||||
(options) -> <o> VideoEditor Object
|
||||
(options, self) -> <o> VideoEditor Object
|
||||
options <o> Options object
|
||||
self <o> shared private variable
|
||||
@*/
|
||||
|
|
|
|||
|
|
@ -72,6 +72,7 @@ Ox.VideoPlayer <f> Generic Video Player
|
|||
({resolution: url, ...} or {resolution: [part1, part2, ...], ...})
|
||||
volume <n|1> Volume (0-1)
|
||||
width <n|256> Width in px
|
||||
self <o> shared private variable
|
||||
@*/
|
||||
|
||||
Ox.VideoPlayer = function(options, self) {
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue