Browse Source

removed unused global

Gildas 5 years ago
parent
commit
706fcbc774
1 changed files with 1 additions and 1 deletions
  1. 1 1
      extension/ui/bg/ui-editor.js

+ 1 - 1
extension/ui/bg/ui-editor.js

@@ -21,7 +21,7 @@
  *   Source.
  */
 
-/* global browser, singlefile, window, document, prompt, setTimeout */
+/* global browser, singlefile, window, document, prompt */
 
 singlefile.extension.ui.bg.editor = (() => {