Skip to content

Commit 43e46ba

Browse files
committed
Update API docs
1 parent 92df4d0 commit 43e46ba

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

src/jsdoc-globals.js

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -158,7 +158,8 @@ var TreePatch = {};
158158
* @property {jQuery} scrollParent scrollable container for node.scrollIntoView() (default: $container)
159159
* @property {Integer} selectMode 1:single, 2:multi, 3:multi-hier (default: 2)
160160
* @property {any} source Used to Initialize the tree.
161-
* @property {object} strings Translation table
161+
* @property {object} strings Translation table<br>
162+
* default: <code>{loading: "Loading&#8230;", loadError: "Load error!", moreData: "More&#8230;", noData: "No data."}</code>
162163
* @property {boolean} tabbable Add tabindex='0' to container, so tree can be reached using TAB
163164
* @property {boolean} titlesTabbable Add tabindex='0' to node title span, so it can receive keyboard focus
164165
* @property {object} toggleEffect Animation options, false:off (default: { effect: "blind", options: {direction: "vertical", scale: "box"}, duration: 200 })

0 commit comments

Comments
 (0)