added getRevisionsCount

This commit is contained in:
Peter 'Pita' Martischka 2011-08-04 17:24:36 +01:00
parent d5d9830dd3
commit 7b030710d2
2 changed files with 63 additions and 45 deletions

View file

@ -50,8 +50,8 @@ var functions = {
// "deleteAllSessionsOfGroup" : ["groupID"],
// "deleteAllSessionsOfAuthor" : ["authorID"],
"getText" : ["padID", "rev"],
"setText" : ["padID", "text"]
// "getRevisionsCount" : ["padID"],
"setText" : ["padID", "text"],
"getRevisionsCount" : ["padID"],
// "deletePad" : ["padID"],
// "getReadOnlyLink" : ["padID"],
// "setPublicStatus" : ["padID", "publicStatus"],