Przeglądaj źródła

fixed issue on Firefox

Gildas 7 lat temu
rodzic
commit
69273d1390
1 zmienionych plików z 3 dodań i 1 usunięć
  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 = {};
+}