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