replace tabs with spaces in js templates (#11559)

This commit is contained in:
William Cheng
2022-02-10 11:04:59 +08:00
committed by GitHub
parent 3cb4b7d08e
commit fdb58f597c

View File

@@ -606,7 +606,7 @@
case 'Date':
return this.parseDate(String(data));
case 'Blob':
return data;
return data;
default:
if (type === Object) {
// generic object, return directly