forgot that change

This commit is contained in:
Marek Jawurek 2011-09-17 17:59:38 +02:00
parent 8fbc96dd7a
commit 97119b9bdd

View file

@ -38,7 +38,8 @@ var functions = {
"createGroup" : [],
"createGroupIfNotExistsFor" : ["groupMapper"],
"deleteGroup" : ["groupID"],
"listPads" : ["groupID"],
"listAllPads" : [],
"listGroupPads" : ["groupID"],
"createPad" : ["padID", "text"],
"createGroupPad" : ["groupID", "padName", "text"],
"createAuthor" : ["name"],