Prechádzať zdrojové kódy

fixed issue on Firefox

Gildas 7 rokov pred
rodič
commit
69273d1390
1 zmenil súbory, kde vykonal 3 pridanie a 1 odobranie
  1. 3 1
      extension/index.js

+ 3 - 1
extension/index.js

@@ -20,4 +20,6 @@
 
 /* global */
 
-this.singlefile = this.singlefile || {};
+if (!this.singlefile) {
+	this.singlefile = {};
+}