mirror of
https://github.com/ether/etherpad-lite.git
synced 2025-04-21 16:06:16 -04:00
change parameter names
This commit is contained in:
parent
29d8bb7716
commit
93fcab0461
3 changed files with 20 additions and 20 deletions
|
@ -240,8 +240,8 @@ var version =
|
|||
, "getRevisionChangeset" : ["padID", "rev"]
|
||||
, "getLastEdited" : ["padID"]
|
||||
, "deletePad" : ["padID"]
|
||||
, "copyPad" : ["padID", "newID"]
|
||||
, "movePad" : ["padID", "newID"]
|
||||
, "copyPad" : ["sourceID", "destinationID"]
|
||||
, "movePad" : ["sourceID", "destinationID"]
|
||||
, "getReadOnlyID" : ["padID"]
|
||||
, "setPublicStatus" : ["padID", "publicStatus"]
|
||||
, "getPublicStatus" : ["padID"]
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue