Update src/node/handler/APIHandler.js

pull/979/head
John McLear 2012-09-04 17:26:08 +02:00
parent 21dcce2296
commit 7e79bf3462
1 changed files with 1 additions and 0 deletions

View File

@ -67,6 +67,7 @@ var functions = {
"isPasswordProtected" : ["padID"],
"listAuthorsOfPad" : ["padID"],
"padUsersCount" : ["padID"],
"getAuthorName" : ["authorID"],
"padUsers" : ["padID"],
"sendClientsMessage" : ["padID", "msg"]
};