From 164327fc2f895a1de3bb42e742273244f918ca08 Mon Sep 17 00:00:00 2001 From: Leo Horie Date: Fri, 4 Nov 2016 12:57:18 -0400 Subject: [PATCH] use strict --- stream/map.js | 2 ++ 1 file changed, 2 insertions(+) diff --git a/stream/map.js b/stream/map.js index 4d1a8b2f..5ba9457c 100644 --- a/stream/map.js +++ b/stream/map.js @@ -1,3 +1,5 @@ +"use strict" + module.exports = function(object, callback) { return object["fantasy-land/map"](callback) } \ No newline at end of file