Skip to content

Commit

Permalink
Define promise
Browse files Browse the repository at this point in the history
  • Loading branch information
Tim Kelty committed Jul 16, 2015
1 parent 4cd1424 commit 5b096e5
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions lib/map-promise.js
@@ -1,4 +1,5 @@
var _ = require('lodash');
var Promise = require('bluebird');

module.exports = function(els, fn) {
var promises;
Expand Down

3 comments on commit 5b096e5

@HarasimowiczKamil
Copy link

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

When this change goes to npm?

@timkelty
Copy link
Owner

@timkelty timkelty commented on 5b096e5 Jul 21, 2015 via email

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

@timkelty
Copy link
Owner

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Published in 4.1.3. Sorry for the delay!

Please sign in to comment.