From e95ac28bd8286119dae7cac981e2b14fc968740b Mon Sep 17 00:00:00 2001 From: Chad Engler Date: Wed, 4 Feb 2015 08:22:17 -0800 Subject: [PATCH] map not working correctly --- src/Loader.js | 2 ++ 1 file changed, 2 insertions(+) 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; } /**