Browse Source

Added missing import

Fixes #189
better-aggressive
Oskar Segersvärd 9 years ago
parent
commit
89114a97ee
  1. 2
      src/utils/first.js

2
src/utils/first.js

@ -1,3 +1,5 @@
import Promise from 'es6-promise/lib/es6-promise/promise';
// Return the first non-falsy result from an array of
// maybe-sync, maybe-promise-returning functions
export default function first ( candidates ) {

Loading…
Cancel
Save