1
0
Fork 0
forked from 0x2620/oxjs

'use strict';

This commit is contained in:
rolux 2011-11-05 17:46:53 +01:00
commit 56370aa0a7
113 changed files with 207 additions and 15 deletions

View file

@ -1,4 +1,5 @@
// vim: et:ts=4:sw=4:sts=4:ft=javascript
'use strict';
/*@
Ox.Dialog <f:Ox.Element> Dialog object
() -> <f> Dialog object

View file

@ -1,5 +1,7 @@
// vim: et:ts=4:sw=4:sts=4:ft=javascript
'use strict';
/*@
Ox.Layer <o> Background layer for dialogs and menus
(options, self) -> <o> Layer

View file

@ -1,5 +1,7 @@
// vim: et:ts=4:sw=4:sts=4:ft=javascript
'use strict';
/*@
Ox.Tooltip <f:Ox.Element> Tooltip Object
() -> <f> Tooltip Object