mirror of
https://github.com/ether/etherpad-lite.git
synced 2025-04-20 15:36:16 -04:00
changed name of getMapped*4 functions to create*IfNotExistsFor
This commit is contained in:
parent
578f8db311
commit
dc15682a27
5 changed files with 8 additions and 8 deletions
|
@ -52,7 +52,7 @@ exports.getAuthor4Token = function (token, callback)
|
|||
* @param {String} token The mapper
|
||||
* @param {Function} callback callback (err, author)
|
||||
*/
|
||||
exports.getMappedAuthor4 = function (authorMapper, name, callback)
|
||||
exports.createAuthorIfNotExistsFor = function (authorMapper, name, callback)
|
||||
{
|
||||
mapAuthorWithDBKey("mapper2author", authorMapper, function(err, author)
|
||||
{
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue