Fix missing bracket

This commit is contained in:
Stefan 2015-08-15 22:41:59 +02:00
parent c8d7e6e0b8
commit f27aacc5bf
1 changed files with 1 additions and 1 deletions

View File

@ -499,7 +499,7 @@ appendChatMessage(padID, text, authorID, time), creates a chat message for the p
Example returns:
{code: 0, message:"ok", data: null
{code: 0, message:"ok", data: null}
{code: 1, message:"padID does not exist", data: null}
*/
exports.appendChatMessage = function(padID, text, authorID, time, callback)