Gildas %!s(int64=7) %!d(string=hai) anos
pai
achega
ecebc17fcc
Modificáronse 1 ficheiros con 1 adicións e 1 borrados
  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