1
0
Fork 0
forked from 0x2620/oxjs

more documentation, more semicolons, some fixmes

This commit is contained in:
j 2012-05-21 21:23:16 +02:00
commit 520eac7a22
11 changed files with 56 additions and 25 deletions

View file

@ -1,9 +1,11 @@
'use strict';
/*@
Ox.ListCalendar <f> ListCalendar object
Ox.ListCalendar <function> List Calendar
(options[, self]) -> <o> List Calendar
options <o> Options
self <o> Shared private variable
@*/
// FIXME: should be Ox.CalendarEditor
Ox.ListCalendar = function(options, self) {