diff --git a/www/common/sframe-app-framework.js b/www/common/sframe-app-framework.js index a0dbdf3c5..094bda98c 100644 --- a/www/common/sframe-app-framework.js +++ b/www/common/sframe-app-framework.js @@ -142,6 +142,7 @@ define([ } }; + var onLocal; var onRemote = function () { if (state !== STATE.READY) { return; } @@ -199,7 +200,7 @@ define([ if (!bool && update) { onRemote(); } }; - var onLocal = function () { + onLocal = function () { if (state !== STATE.READY) { return; } if (readOnly) { return; } diff --git a/www/common/sframe-common-codemirror.js b/www/common/sframe-common-codemirror.js index 30f164296..b7037164f 100644 --- a/www/common/sframe-common-codemirror.js +++ b/www/common/sframe-common-codemirror.js @@ -4,10 +4,7 @@ define([ '/common/themes.js', '/common/cryptpad-common.js', '/bower_components/textpatcher/TextPatcher.js', - - '/bower_components/file-saver/FileSaver.min.js' ], function ($, Modes, Themes, Cryptpad, TextPatcher) { - var saveAs = window.saveAs; var module = {}; var cursorToPos = function(cursor, oldText) { diff --git a/www/slide/inner.js b/www/slide/inner.js index f32a33830..bcfdc60f0 100644 --- a/www/slide/inner.js +++ b/www/slide/inner.js @@ -366,7 +366,7 @@ define([ window.open(href); } }); - } + }; ///////////////////////////////////////////////////////////////////////////////////////////////////////// /////////////////////////////////////////////////////////////////////////////////////////////////////////