summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorLuke Shumaker <lukeshu@lukeshu.com>2017-08-13 23:22:12 -0600
committerLuke Shumaker <lukeshu@lukeshu.com>2017-08-13 23:22:12 -0600
commitdfaf9e70ecd93cd6f1b9da84179da466ef2337f3 (patch)
treee9cf7d0c2ffb143a380c13e40a531801f07d89a8
parent1ca452bcc8566ac3b987f0da6697a994fc82dccd (diff)
docs: TabbedInterface: document the $tpl argument a bit more
-rw-r--r--jarmon/jarmon.js3
1 files changed, 3 insertions, 0 deletions
diff --git a/jarmon/jarmon.js b/jarmon/jarmon.js
index 38a49cb..0bd83e5 100644
--- a/jarmon/jarmon.js
+++ b/jarmon/jarmon.js
@@ -1099,6 +1099,9 @@ jarmon.ChartEditor.prototype._addDatasourceRow = function(record) {
/**
*
+ * The `$tpl` is a jQuery around an the DOM node (probably an empty <div>) that
+ * the tabbed interface will be placed inside of.
+ *
* The `recipe` is an array of `["Tab Name", [placeholder-name-list]]`
* pairs. For example:
*