Gildas 7 anni fa
parent
commit
cd878e20de
1 ha cambiato i file con 0 aggiunte e 1 eliminazioni
  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) {