소스 검색

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