mirror of
https://github.com/cryptpad/cryptpad.git
synced 2026-09-14 11:05:41 +05:00
lint compliance
This commit is contained in:
parent
312ae77276
commit
f7b41699df
@ -161,7 +161,7 @@ define([
|
||||
};
|
||||
|
||||
let manualSave;
|
||||
chan.on('MANUAL_SAVE', function (format) {
|
||||
chan.on('MANUAL_SAVE', function () {
|
||||
if (typeof(manualSave) !== "function") {
|
||||
console.error('UNSUPPORTED COMMAND', 'save');
|
||||
return;
|
||||
|
||||
Loading…
Reference in New Issue
Block a user