mirror of
https://github.com/nasa/openmct.git
synced 2025-02-21 17:57:04 +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
|
* @param {platform/representation.TemplateLinker} templateLinker
|
||||||
* the `templateLinker` service, used to load and cache
|
* the `templateLinker` service, used to load and cache
|
||||||
* template extensions
|
* template extensions
|
||||||
* @param {...{templateUrl: string}[]} extensions arrays
|
* @param {...Array.<{templateUrl: string}>} extensions arrays
|
||||||
* of template or template-like extensions
|
* of template or template-like extensions
|
||||||
*/
|
*/
|
||||||
function TemplatePrefetcher(templateLinker, extensions) {
|
function TemplatePrefetcher(templateLinker, extensions) {
|
||||||
|
Loading…
x
Reference in New Issue
Block a user