1
0
Fork 0
forked from 0x2620/oxjs

add documentation stubs

This commit is contained in:
j 2012-05-21 12:38:18 +02:00
commit 509745407b
102 changed files with 613 additions and 163 deletions

View file

@ -1,5 +1,12 @@
'use strict';
/*@
Ox.SourceViewer <function> Source Viewer
(options[, self]) -> <o> Source Viewer
options <o> Options
self <o> Shared private variable
@*/
Ox.SourceViewer = function(options, self) {
self = self || {};
@ -73,4 +80,4 @@ Ox.SourceViewer = function(options, self) {
return that;
};
};