[loki-editor commit] r668 - trunk/src

0 views
Skip to first unread message

codesite...@google.com

unread,
Dec 4, 2008, 3:15:09 PM12/4/08
to loki-c...@googlegroups.com
Author: enaeseth
Date: Thu Dec 4 12:13:33 2008
New Revision: 668

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) {

Reply all
Reply to author
Forward
0 new messages