mirror of
https://github.com/nasa/openmct.git
synced 2025-04-09 04:14:32 +00:00
Merge pull request #413 from nasa/open411
[Documentation] Fix type declaration
This commit is contained in:
commit
5ad150a17e
@ -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