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.Bar <f:Ox.Element> Bar
() -> <o> Bar object

View file

@ -1,3 +1,5 @@
'use strict';
Ox.Progressbar = function(options, self) {
self = self || {};

View file

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

View file

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

View file

@ -1,4 +1,5 @@
// vim: et:ts=4:sw=4:sts=4:ft=javascript
'use strict';
/**
fixme: no need for this
*/