change to createDiffHTML

This commit is contained in:
John McLear 2013-01-28 16:53:29 +00:00
parent 4378561882
commit 51eff0d659

View file

@ -180,7 +180,7 @@ var version =
, "deleteGroup" : ["groupID"] , "deleteGroup" : ["groupID"]
, "listPads" : ["groupID"] , "listPads" : ["groupID"]
, "listAllPads" : [] , "listAllPads" : []
, "createDiff" : ["padID", "startRev", "endRev"] , "createDiffHTML" : ["padID", "startRev", "endRev"]
, "createPad" : ["padID", "text"] , "createPad" : ["padID", "text"]
, "createGroupPad" : ["groupID", "padName", "text"] , "createGroupPad" : ["groupID", "padName", "text"]
, "createAuthor" : ["name"] , "createAuthor" : ["name"]