[Documentation] Fix type declaration

Rephrase parameter type to something JSDoc can parse.

https://github.com/nasa/openmctweb/issues/411
This commit is contained in:
Victor Woeltjen 2015-12-11 10:51:16 -08:00
parent 89a93e2966
commit de88bf94d4

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) {