mirror of
https://github.com/nasa/openmct.git
synced 2025-02-20 17:33:23 +00:00
[Documentation] Fix type declaration
Rephrase parameter type to something JSDoc can parse. https://github.com/nasa/openmctweb/issues/411
This commit is contained in:
parent
89a93e2966
commit
de88bf94d4
@ -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) {
|
||||
|
Loading…
x
Reference in New Issue
Block a user