From 25a7df788525c79e04a5ff811340c2bc791d5e9d Mon Sep 17 00:00:00 2001 From: Victor Woeltjen Date: Fri, 29 Jan 2016 11:46:37 -0800 Subject: [PATCH] [Build] Update JSDoc --- platform/representation/src/TemplateLinker.js | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/platform/representation/src/TemplateLinker.js b/platform/representation/src/TemplateLinker.js index 696edf704f..ba948c477c 100644 --- a/platform/representation/src/TemplateLinker.js +++ b/platform/representation/src/TemplateLinker.js @@ -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,