summaryrefslogtreecommitdiff
path: root/lib/iterator.js
diff options
context:
space:
mode:
Diffstat (limited to 'lib/iterator.js')
-rw-r--r--lib/iterator.js2
1 files changed, 0 insertions, 2 deletions
diff --git a/lib/iterator.js b/lib/iterator.js
index 7d1b0f9..b37c18a 100644
--- a/lib/iterator.js
+++ b/lib/iterator.js
@@ -1,5 +1,3 @@
-'use strict';
-
/**
* Creates an iterator function which calls the next function in the `tasks`
* array, returning a continuation to call the next one after that. It's also