lint compliance

This commit is contained in:
yflory
2020-01-29 18:40:18 +01:00
parent e90bdb8b7e
commit 29d4da13eb
3 changed files with 3 additions and 3 deletions

View File

@@ -1132,7 +1132,7 @@ define([
spin: spin, spin: spin,
hide: hide, hide: hide,
done: done done: done
} };
}; };
return UI; return UI;

View File

@@ -1306,7 +1306,7 @@ define([
}; };
var setEditable = function (state) { var setEditable = function (state) {
$('#cp-app-oo-editor').find('#cp-app-oo-offline').remove();; $('#cp-app-oo-editor').find('#cp-app-oo-offline').remove();
try { try {
window.frames[0].editor.asc_setViewMode(!state); window.frames[0].editor.asc_setViewMode(!state);
//window.frames[0].editor.setViewModeDisconnect(true); //window.frames[0].editor.setViewModeDisconnect(true);

View File

@@ -603,7 +603,7 @@ define([
UI.addTooltips(); UI.addTooltips();
ctx.sframeChan.on("EV_PAD_NODATA", function (err) { ctx.sframeChan.on("EV_PAD_NODATA", function () {
UI.errorLoadingScreen(Messages.safeLinks_error); UI.errorLoadingScreen(Messages.safeLinks_error);
}); });