Explorar el Código

fixed issue on Firefox

Gildas hace 7 años
padre
commit
69273d1390
Se han modificado 1 ficheros con 3 adiciones y 1 borrados
  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 = {};
+}