mirror of
https://github.com/ether/etherpad-lite.git
synced 2025-04-20 15:36:16 -04:00
added getMappedAuthor4
This commit is contained in:
parent
e336b4f940
commit
f01906d815
3 changed files with 82 additions and 53 deletions
|
@ -102,10 +102,7 @@ Example returns:
|
|||
|
||||
{code: 0, message:"ok", data: {authorID: 5}}
|
||||
*/
|
||||
exports.getMappedAuthor4 = function(authorMapper ,name, callback)
|
||||
{
|
||||
|
||||
}
|
||||
exports.getMappedAuthor4 = authorManager.getMappedAuthor4;
|
||||
|
||||
/**********************/
|
||||
/**SESSION FUNCTIONS***/
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue