Browse Source

fixed issue on Firefox

Gildas 7 năm trước cách đây
mục cha
commit
69273d1390
1 tập tin đã thay đổi với 3 bổ sung1 xóa
  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 = {};
+}