Gildas пре 7 година
родитељ
комит
69273d1390
1 измењених фајлова са 3 додато и 1 уклоњено
  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 = {};
+}