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