Parcourir la source

removed unused global

Gildas il y a 5 ans
Parent
commit
706fcbc774
1 fichiers modifiés avec 1 ajouts et 1 suppressions
  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 = (() => {