浏览代码

removed unused global

Gildas 5 年之前
父节点
当前提交
706fcbc774
共有 1 个文件被更改,包括 1 次插入1 次删除
  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 = (() => {