forked from 0x2620/oxjs
update widget documentation (arguments first)
This commit is contained in:
parent
daec992536
commit
a0867f0da6
81 changed files with 250 additions and 251 deletions
|
|
@ -2,6 +2,8 @@
|
|||
|
||||
/*@
|
||||
Ox.VideoTimelinePlayer <f> Video Timeline Player
|
||||
options <o> Options
|
||||
self <o> Shared private variable
|
||||
([options[, self]]) -> <o:Ox.SplitPanel> Video Timeline Player
|
||||
censored <!> censored
|
||||
follow <!> follow
|
||||
|
|
@ -10,8 +12,6 @@ Ox.VideoTimelinePlayer <f> Video Timeline Player
|
|||
position <!> position
|
||||
timeline <!> timeline
|
||||
volume <!> volume
|
||||
options <o> Options
|
||||
self <o> Shared private variable
|
||||
@*/
|
||||
Ox.VideoTimelinePlayer = function(options, self) {
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue