summaryrefslogtreecommitdiff
path: root/lib/detectSeries.js
diff options
context:
space:
mode:
authorJohn-David Dalton <john.david.dalton@gmail.com>2016-05-27 12:20:56 -0700
committerJohn-David Dalton <john.david.dalton@gmail.com>2016-05-31 07:55:40 -0700
commit8f72a77ce43800c8a48e99d9b3f318afc497e6fc (patch)
tree6c13de948b9baae8e3beeb82560f837a1b66ff83 /lib/detectSeries.js
parentaf6c5956da1d98855a63d34e9c7aa3bb90b4140d (diff)
downloadasync-8f72a77ce43800c8a48e99d9b3f318afc497e6fc.tar.gz
Remove redundant "use strict" directive as ES2015 modules are implicitly in strict mode.
Diffstat (limited to 'lib/detectSeries.js')
-rw-r--r--lib/detectSeries.js2
1 files changed, 0 insertions, 2 deletions
diff --git a/lib/detectSeries.js b/lib/detectSeries.js
index 659d820..59b34a5 100644
--- a/lib/detectSeries.js
+++ b/lib/detectSeries.js
@@ -1,5 +1,3 @@
-'use strict';
-
import identity from 'lodash/identity';
import createTester from './internal/createTester';