Gildas 7 tahun lalu
induk
melakukan
ecebc17fcc
1 mengubah file dengan 1 tambahan dan 1 penghapusan
  1. 1 1
      lib/single-file/parse-srcset.js

+ 1 - 1
lib/single-file/parse-srcset.js

@@ -17,7 +17,7 @@
 this.parseSrcset = (() => {
 
 	// 1. Let input be the value passed to this algorithm.
-	return function (input) {
+	return input => {
 
 		// UTILITY FUNCTIONS