This commit is contained in:
Kegan Myers 2015-07-08 00:17:07 -05:00
parent 829366aaaf
commit df826c49c9
1 changed files with 1 additions and 1 deletions

View File

@ -1,4 +1,4 @@
var lodash = require("lodash");
var _ = require("lodash");
var Q = require("q");
function mapObjectPromises(input, func) {