浏览代码

use lambda

Gildas 7 年之前
父节点
当前提交
ecebc17fcc
共有 1 个文件被更改,包括 1 次插入1 次删除
  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