1
0
Fork 0
forked from 0x2620/oxjs

cleanup docs, fix children/find calls

This commit is contained in:
j 2012-05-22 15:14:40 +02:00
commit b9e80c9d75
88 changed files with 157 additions and 253 deletions

View file

@ -1,7 +1,7 @@
'use strict';
/*@
Ox.Progressbar <f> Progress Bar
Ox.Progressbar <f:Ox.Element> Progress Bar
() -> <o> Progress Bar
(options) -> <o> Progress Bar
(options, self) -> <o> Progress Bar
@ -241,4 +241,4 @@ Ox.Progressbar = function(options, self) {
return that;
};
};