From f615dc540929cd93e92c1915c3acdc17f5e1043a Mon Sep 17 00:00:00 2001 From: Victor Woeltjen Date: Mon, 8 Feb 2016 12:17:20 -0800 Subject: [PATCH] [Build] Add JSDoc ...for third argument of TemplateLinker.link, per code review https://github.com/nasa/openmctweb/pull/642#discussion_r52212006 --- platform/representation/src/TemplateLinker.js | 2 ++ 1 file changed, 2 insertions(+) diff --git a/platform/representation/src/TemplateLinker.js b/platform/representation/src/TemplateLinker.js index ba948c477c..27bf317afb 100644 --- a/platform/representation/src/TemplateLinker.js +++ b/platform/representation/src/TemplateLinker.js @@ -84,6 +84,8 @@ define( * templates * @param element the jqLite-wrapped element into which templates * should be inserted + * @param {TemplateDefinition} extensionDefinition the definition + * of the template/representation/view to display initially * @returns {Function} a function which can be called with a template's * extension definition to switch templates, or `undefined` * to remove.