mirror of
https://github.com/nasa/openmct.git
synced 2025-01-19 03:06:54 +00:00
[Build] Update JSDoc
This commit is contained in:
parent
ddb5837145
commit
25a7df7885
@ -84,8 +84,9 @@ define(
|
||||
* templates
|
||||
* @param element the jqLite-wrapped element into which templates
|
||||
* should be inserted
|
||||
* @returns {Function} a function which can be called with a template
|
||||
* URL to switch templates, or `undefined` to remove.
|
||||
* @returns {Function} a function which can be called with a template's
|
||||
* extension definition to switch templates, or `undefined`
|
||||
* to remove.
|
||||
*/
|
||||
TemplateLinker.prototype.link = function (scope, element, ext) {
|
||||
var activeElement = element,
|
||||
|
Loading…
Reference in New Issue
Block a user