[Core] Update spec for TypeProvider

Update spec for TypeProvider to handle changes to API
for transition of platform/core; WTD-573.
This commit is contained in:
Victor Woeltjen
2014-11-21 11:22:28 -08:00
parent a797ae8a69
commit 9b52843e3f
2 changed files with 46 additions and 125 deletions

View File

@@ -150,7 +150,7 @@ define(
/**
* Get a specific type by name.
*
* @param {string} key the key (machine-readable identifier)
* @param {string} [key] the key (machine-readable identifier)
* for the type of interest
* @returns {Promise<module:core/type/type-impl.TypeImpl>} a
* promise for a type object identified by this key.