Merge pull request #413 from nasa/open411

[Documentation] Fix type declaration
This commit is contained in:
akhenry 2015-12-11 11:28:38 -08:00
commit 5ad150a17e

View File

@ -30,7 +30,7 @@ define(
* @param {platform/representation.TemplateLinker} templateLinker
* the `templateLinker` service, used to load and cache
* template extensions
* @param {...{templateUrl: string}[]} extensions arrays
* @param {...Array.<{templateUrl: string}>} extensions arrays
* of template or template-like extensions
*/
function TemplatePrefetcher(templateLinker, extensions) {