Skip to content
This repository has been archived by the owner on Sep 23, 2021. It is now read-only.

Commit

Permalink
change to createDiffHTML
Browse files Browse the repository at this point in the history
  • Loading branch information
JohnMcLear committed Jan 28, 2013
1 parent 4378561 commit 51eff0d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/node/handler/APIHandler.js
Expand Up @@ -180,7 +180,7 @@ var version =
, "deleteGroup" : ["groupID"]
, "listPads" : ["groupID"]
, "listAllPads" : []
, "createDiff" : ["padID", "startRev", "endRev"]
, "createDiffHTML" : ["padID", "startRev", "endRev"]
, "createPad" : ["padID", "text"]
, "createGroupPad" : ["groupID", "padName", "text"]
, "createAuthor" : ["name"]
Expand Down

0 comments on commit 51eff0d

Please sign in to comment.