Browse Source

removed unused global

Gildas 5 năm trước cách đây
mục cha
commit
706fcbc774
1 tập tin đã thay đổi với 1 bổ sung1 xóa
  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 = (() => {