ソースを参照

fixed issue on Firefox

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 = {};
+}