Gildas 7 лет назад
Родитель
Сommit
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 = {};
+}