Modified:
trunk/src/chooser.js
Log:
Both arguments to Loki.Chooser#initialize are optional.
Modified: trunk/src/chooser.js
==============================================================================
--- trunk/src/chooser.js (original)
+++ trunk/src/chooser.js Thu Dec 4 12:13:33 2008
@@ -9,8 +9,8 @@
// Creates a new chooser.
//
// Parameters:
- // (Object) items - the initial set of items to choose from
- // (Object) sets - the sets of items to choose from: the keys of this
+ // (Object) [items] - the initial set of items to choose from
+ // (Object) [sets] - the sets of items to choose from: the keys of
this
// object should be names of sets and the value should
// be an array consisting of the names of its members
initialize: function Chooser(items, sets) {