]> git.donarmstrong.com Git - dactyl.git/blobdiff - teledactyl/content/addressbook.js
Import r6976 from upstream hg supporting Firefox up to 25.*
[dactyl.git] / teledactyl / content / addressbook.js
index 6171b4132778f65622090425145b7e070f276c79..aa90d0acc0c67624d42c49452a522c8a0ac54407 100644 (file)
@@ -73,7 +73,7 @@ var Addressbook = Module("addressbook", {
             // Now we have to create a new message
             let args = {};
             args.to = addresses.map(
-                function (address) "\"" + address[0].replace(/"/g, "") + " <" + address[1] + ">\""
+                address => "\"" + address[0].replace(/"/g, "") + " <" + address[1] + ">\""
             ).join(", ");
 
             mail.composeNewMail(args);