This commit is contained in:
GitHub Merge Button 2011-11-17 19:27:42 -08:00
commit 9dadeeec86
5 changed files with 56 additions and 4 deletions

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"],