[Framework] Fill in spec for bundle resolver

Fill in spec for bundle resolver, WTD-518.
This commit is contained in:
Victor Woeltjen
2014-11-06 19:06:26 -08:00
parent 2dde62cb79
commit 69c6811f00
2 changed files with 46 additions and 5 deletions

View File

@ -81,7 +81,8 @@ define(
* Resolve all extensions exposed by these bundles.
*
* @param {Bundle[]} bundles the bundles to resolve
* @returns {Object.<string, object[]>} an object containing
* @returns {Promise.<Object.<string, object[]>>} an promise
* for an object containing
* key-value pairs, where keys are extension
* categories and values are arrays of resolved
* extensions belonging to those categories