diff --git a/build.js b/build.js
--- a/build.js
+++ b/build.js
@@ -53,9 +53,7 @@
         entries = entry[1];
     }
 
-    return entries.map(text => function (text) {
-        return autolinker.link(text);
-    });
+    return entries.map(text => autolinker.link(text));
 }
 
 /*  -------------------------------------------------------------