mirror of
https://github.com/ether/etherpad-lite.git
synced 2025-04-21 16:06:16 -04:00
Fix missing bracket
This commit is contained in:
parent
c8d7e6e0b8
commit
f27aacc5bf
1 changed files with 1 additions and 1 deletions
|
@ -499,7 +499,7 @@ appendChatMessage(padID, text, authorID, time), creates a chat message for the p
|
||||||
|
|
||||||
Example returns:
|
Example returns:
|
||||||
|
|
||||||
{code: 0, message:"ok", data: null
|
{code: 0, message:"ok", data: null}
|
||||||
{code: 1, message:"padID does not exist", data: null}
|
{code: 1, message:"padID does not exist", data: null}
|
||||||
*/
|
*/
|
||||||
exports.appendChatMessage = function(padID, text, authorID, time, callback)
|
exports.appendChatMessage = function(padID, text, authorID, time, callback)
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue