Преглед изворни кода

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 */
 /* 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";
 	const SCRIPT_PATH = "/common/ui/content/content-infobar-web.js";