mirror of
https://github.com/ether/etherpad-lite.git
synced 2025-02-01 03:12:42 +01:00
pad: Delete dead code
This commit is contained in:
parent
48205c1ddb
commit
8a221ca773
1 changed files with 0 additions and 4 deletions
|
@ -720,10 +720,6 @@ const pad = {
|
||||||
.val(JSON.stringify(pad.collabClient.getMissedChanges()));
|
.val(JSON.stringify(pad.collabClient.getMissedChanges()));
|
||||||
$('form#reconnectform').submit();
|
$('form#reconnectform').submit();
|
||||||
},
|
},
|
||||||
// this is called from code put into a frame from the server:
|
|
||||||
handleImportExportFrameCall: (callName, varargs) => {
|
|
||||||
padimpexp.handleFrameCall.call(padimpexp, callName, Array.prototype.slice.call(arguments, 1));
|
|
||||||
},
|
|
||||||
callWhenNotCommitting: (f) => {
|
callWhenNotCommitting: (f) => {
|
||||||
pad.collabClient.callWhenNotCommitting(f);
|
pad.collabClient.callWhenNotCommitting(f);
|
||||||
},
|
},
|
||||||
|
|
Loading…
Reference in a new issue