added deleteGroup API function

This commit is contained in:
Peter 'Pita' Martischka 2011-08-22 13:11:34 +01:00
parent e79f29f67d
commit e771542961
3 changed files with 91 additions and 1 deletions

View file

@ -37,7 +37,7 @@ catch(e)
var functions = {
"createGroup" : [],
"createGroupIfNotExistsFor" : ["groupMapper"],
// "deleteGroup" : ["groupID"],
"deleteGroup" : ["groupID"],
"listPads" : ["groupID"],
"createPad" : ["padID", "text"],
"createGroupPad" : ["groupID", "padName", "text"],