mirror of
https://github.com/ether/etherpad-lite.git
synced 2025-04-22 16:36:15 -04:00
pad: Unexport unnecessarily exported handshake()
function
This commit is contained in:
parent
5cbbcbcee6
commit
bd44a87388
1 changed files with 0 additions and 1 deletions
|
@ -715,6 +715,5 @@ exports.settings = settings;
|
||||||
exports.randomString = randomString;
|
exports.randomString = randomString;
|
||||||
exports.getParams = getParams;
|
exports.getParams = getParams;
|
||||||
exports.getUrlVars = getUrlVars;
|
exports.getUrlVars = getUrlVars;
|
||||||
exports.handshake = handshake;
|
|
||||||
exports.pad = pad;
|
exports.pad = pad;
|
||||||
exports.init = init;
|
exports.init = init;
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue