update Ox.Chart

This commit is contained in:
rlx 2012-03-26 19:26:28 +00:00
commit c5af338d2d
4 changed files with 178 additions and 37 deletions

View file

@ -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
@*/

View file

@ -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) {