Skip to content

Commit

Permalink
Merge pull request #319 from mariusschulz/patch-1
Browse files Browse the repository at this point in the history
Remove duplicate "validationError" function
  • Loading branch information
stefanpenner committed Jan 18, 2018
2 parents 4abbe5e + 8628971 commit 6ee8bdc
Showing 1 changed file with 0 additions and 4 deletions.
4 changes: 0 additions & 4 deletions lib/es6-promise/enumerator.js
Original file line number Diff line number Diff line change
Expand Up @@ -20,10 +20,6 @@ import originalResolve from './promise/resolve';
import originalThen from './then';
import { makePromise, PROMISE_ID } from './-internal';

function validationError() {
return new Error('Array Methods must be provided an Array');
}

function validationError() {
return new Error('Array Methods must be provided an Array');
};
Expand Down

0 comments on commit 6ee8bdc

Please sign in to comment.