mirror of
https://github.com/ether/etherpad-lite.git
synced 2025-06-16 11:14:48 -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
|
@ -31,7 +31,7 @@ var async = require("async");
|
|||
/**********************/
|
||||
|
||||
exports.createGroup = groupManager.createGroup;
|
||||
exports.getMappedGroup4 = groupManager.getMappedGroup4;
|
||||
exports.createGroupIfNotExistsFor = groupManager.createGroupIfNotExistsFor;
|
||||
exports.deleteGroup = groupManager.deleteGroup;
|
||||
exports.listPads = groupManager.listPads;
|
||||
exports.createGroupPad = groupManager.createGroupPad;
|
||||
|
@ -41,7 +41,7 @@ exports.createGroupPad = groupManager.createGroupPad;
|
|||
/**********************/
|
||||
|
||||
exports.createAuthor = authorManager.createAuthor;
|
||||
exports.getMappedAuthor4 = authorManager.getMappedAuthor4;
|
||||
exports.createAuthorIfNotExistsFor = authorManager.createAuthorIfNotExistsFor;
|
||||
|
||||
/**********************/
|
||||
/**SESSION FUNCTIONS***/
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue