1
0
Gildas 7 жил өмнө
parent
commit
fd9fb9b26d

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

@@ -83,7 +83,7 @@ this.SingleFile = (() => {
 				getComputedStyle,
 				document: doc,
 				serialize: () => getDoctype(doc) + doc.documentElement.outerHTML,
-				parseSrcSet: srcSet => parseSrcset(srcSet)
+				parseSrcset,
 			};
 		}
 	}