소스 검색

prefixed namespace with "this."

Former-commit-id: 958085a5334336cbbd8bd3e7495afe02af7f70f1
Gildas 6 년 전
부모
커밋
f3d434e248
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";