Skip to content

Commit

Permalink
map not working correctly
Browse files Browse the repository at this point in the history
  • Loading branch information
englercj committed Feb 4, 2015
1 parent ad02478 commit e95ac28
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions src/Loader.js
Original file line number Diff line number Diff line change
Expand Up @@ -236,6 +236,8 @@ Loader.prototype._onComplete = function () {

function _mapQueue(obj, res) {
obj[res.name] = res;

return obj;
}

/**
Expand Down

0 comments on commit e95ac28

Please sign in to comment.