소스 검색

removed debugger

Gildas 7 년 전
부모
커밋
cd878e20de
1개의 변경된 파일0개의 추가작업 그리고 1개의 파일을 삭제
  1. 0 1
      lib/single-file/single-file-browser.js

+ 0 - 1
lib/single-file/single-file-browser.js

@@ -83,7 +83,6 @@ this.SingleFile = this.SingleFile || (() => {
 				contentType = contentType.match(/^([^;]*)/)[0];
 			}
 			if (contentType.indexOf("/") <= 0) {
-				debugger
 				contentType = null;
 			}
 			if (options && options.asDataURI) {