diff --git a/src/Loader.js b/src/Loader.js index 3197c72..74c06e5 100644 --- a/src/Loader.js +++ b/src/Loader.js @@ -236,6 +236,8 @@ Loader.prototype._onComplete = function () { function _mapQueue(obj, res) { obj[res.name] = res; + + return obj; } /**