Skip to content

Commit

Permalink
Fix lint warnings
Browse files Browse the repository at this point in the history
  • Loading branch information
wginolas committed Oct 19, 2023
1 parent ed41ac8 commit 8c412b9
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
4 changes: 3 additions & 1 deletion www/common/image-dialog.js
Original file line number Diff line number Diff line change
@@ -1,9 +1,11 @@
/* globals nacl */

define([
'/common/common-util.js',
'/file/file-crypto.js',
], function(
Util,
FileCrypto,
FileCrypto
) {

const setBlobType = (blob, mimeType) => {
Expand Down
1 change: 0 additions & 1 deletion www/common/onlyoffice/inner.js
Original file line number Diff line number Diff line change
Expand Up @@ -1365,7 +1365,6 @@ define([
endSaveChanges: true,
isExcel: true,
deleteIndex: null,
excelAdditionalInfo: null,
unlock: false,
releaseLocks: true,
reSave: true,
Expand Down
1 change: 0 additions & 1 deletion www/diagram/inner.js
Original file line number Diff line number Diff line change
Expand Up @@ -56,7 +56,6 @@ define([

// This is the main initialization loop
var onFrameworkReady = function (framework) {
const common = framework._.sfCommon;
var EMPTY_DRAWIO = "<mxfile type=\"embed\"><diagram id=\"bWoO5ACGZIaXrIiKNTKd\" name=\"Page-1\"><mxGraphModel dx=\"1259\" dy=\"718\" grid=\"1\" gridSize=\"10\" guides=\"1\" tooltips=\"1\" connect=\"1\" arrows=\"1\" fold=\"1\" page=\"1\" pageScale=\"1\" pageWidth=\"827\" pageHeight=\"1169\" math=\"0\" shadow=\"0\"><root><mxCell id=\"0\"/><mxCell id=\"1\" parent=\"0\"/></root></mxGraphModel></diagram></mxfile>";
var drawioFrame = document.querySelector('#cp-app-diagram-content');
var x2js = new X2JS();
Expand Down

0 comments on commit 8c412b9

Please sign in to comment.