add listGroups to API

fix wrong link in tests.html
This commit is contained in:
aritas1 2012-02-14 02:51:13 +04:00
parent 8e6b451459
commit 7ec4100f0f
4 changed files with 41 additions and 1 deletions

View file

@ -38,6 +38,7 @@ catch(e)
//a list of all functions
var functions = {
"listGroups" : [],
"createGroup" : [],
"createGroupIfNotExistsFor" : ["groupMapper"],
"deleteGroup" : ["groupID"],