added listAllPads API command, renamed listPads(GroupID) for Group Pads to listGroupPads(GroupID)

This commit is contained in:
Marek Jawurek 2011-09-17 17:58:00 +02:00
parent ecd486e440
commit 8fbc96dd7a
4 changed files with 54 additions and 3 deletions

View file

@ -244,7 +244,7 @@ exports.createGroupPad = function(groupID, padName, text, callback)
});
}
exports.listPads = function(groupID, callback)
exports.listGroupPads = function(groupID, callback)
{
exports.doesGroupExist(groupID, function(err, exists)
{