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
|
@ -71,7 +71,7 @@ exports.createGroup = function(callback)
|
|||
);
|
||||
}
|
||||
|
||||
exports.getMappedGroup4 = function(groupMapper, callback)
|
||||
exports.createGroupIfNotExistsFor = function(groupMapper, callback)
|
||||
{
|
||||
//ensure mapper is optional
|
||||
if(typeof groupMapper != "string")
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue