change parameter names

This commit is contained in:
s1341 2013-11-17 21:01:02 +02:00
parent 29d8bb7716
commit 93fcab0461
3 changed files with 20 additions and 20 deletions

View file

@ -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"]