1
0
Fork 0
forked from 0x2620/oxjs

update documentation (classes)

This commit is contained in:
rolux 2012-05-31 12:32:54 +02:00
commit 8c347d9009
88 changed files with 177 additions and 227 deletions

View file

@ -1,12 +1,10 @@
'use strict';
/*@
Ox.Bar <f:Ox.Element> Bar
() -> <o> Bar object
(options) -> <o> Bar object
(options, self) -> <o> Bar object
Ox.Bar <f> Bar
([options[, self]]) -> <o:Ox.Element> Bar object
options <o> Options object
orientation <s|'horizontal'>
size <s|'medium'> can be small, medium, large or number
size <n|s|'medium'> can be small, medium, large or number
self <o> Shared private variable
@*/
Ox.Bar = function(options, self) {