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