We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 4abbe5e commit 8628971Copy full SHA for 8628971
lib/es6-promise/enumerator.js
@@ -20,10 +20,6 @@ import originalResolve from './promise/resolve';
20
import originalThen from './then';
21
import { makePromise, PROMISE_ID } from './-internal';
22
23
-function validationError() {
24
- return new Error('Array Methods must be provided an Array');
25
-}
26
-
27
function validationError() {
28
return new Error('Array Methods must be provided an Array');
29
};
0 commit comments