Ox.Bar: fix docs
This commit is contained in:
parent
da6d94cf05
commit
21fb4aecc0
1 changed files with 2 additions and 2 deletions
|
@ -3,8 +3,8 @@
|
|||
Ox.Bar <f> Bar
|
||||
([options[, self]]) -> <o:Ox.Element> Bar object
|
||||
options <o> Options object
|
||||
orientation <s|'horizontal'>
|
||||
size <n|s|'medium'> can be small, medium, large or number
|
||||
orientation <s|'horizontal'> Orientation ('horizontal' or 'vertical')
|
||||
size <n|s|'medium'> can be 'small', 'medium', 'large' or number
|
||||
self <o> Shared private variable
|
||||
@*/
|
||||
Ox.Bar = function(options, self) {
|
||||
|
|
Loading…
Reference in a new issue