Skip to content

Commit 6116cd9

Browse files
timea-solidTallTed
andauthored
Update src/outline/manager.js
Co-authored-by: Ted Thibodeau Jr <tthibodeau@openlinksw.com>
1 parent 5202e7e commit 6116cd9

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

src/outline/manager.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2284,7 +2284,7 @@ export default function (context) {
22842284
@param pane -- optional -- pane to be used for expanded display
22852285
@param solo -- optional -- the window will be cleared out and only the subject displayed
22862286
@param referer -- optional -- where did we hear about this from anyway?
2287-
@param table -- option -- default is a HTML table element in which to put the outline.
2287+
@param table -- option -- default is an HTML table element in which to put the outline.
22882288
*/
22892289
this.GotoSubject = function (subject, expand, pane, solo, referrer, table) {
22902290
table = table || getOutlineContainer() // if does not exist create a compatible host in the current shell

0 commit comments

Comments
 (0)