mirror of
https://github.com/ether/etherpad-lite.git
synced 2025-04-21 07:56:16 -04:00
added getRevisionsCount
This commit is contained in:
parent
d5d9830dd3
commit
7b030710d2
2 changed files with 63 additions and 45 deletions
|
@ -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"],
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue