Ox.Bar: fix docs

This commit is contained in:
rolux 2012-06-21 23:15:54 +02:00
parent da6d94cf05
commit 21fb4aecc0

View file

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