瀏覽代碼

prefixed namespace with "this."

Gildas 6 年之前
父節點
當前提交
958085a533
共有 1 個文件被更改,包括 1 次插入1 次删除
  1. 1 1
      common/ui/content/content-infobar.js

+ 1 - 1
common/ui/content/content-infobar.js

@@ -23,7 +23,7 @@
 
 /* global singlefile, fetch */
 
-singlefile.common.ui.content.infobar = singlefile.common.ui.content.infobar || (() => {
+this.singlefile.common.ui.content.infobar = this.singlefile.common.ui.content.infobar || (() => {
 
 	const SCRIPT_PATH = "/common/ui/content/content-infobar-web.js";