diff options
author | Alex Yatskov <alex@foosoft.net> | 2016-05-21 22:59:29 -0700 |
---|---|---|
committer | Alex Yatskov <alex@foosoft.net> | 2016-05-21 22:59:29 -0700 |
commit | 997947caedc109ba3e21017b38de36e21c4a7255 (patch) | |
tree | d7fe382b65db6db0d93c9bb7bf88ba07223ce0c3 /ext/fg/js/client.js | |
parent | f65e9f2570636b11aa17fc82bbeeb25df6f7b550 (diff) |
Cleanup
Diffstat (limited to 'ext/fg/js/client.js')
-rw-r--r-- | ext/fg/js/client.js | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/ext/fg/js/client.js b/ext/fg/js/client.js index bb25c4e4..932cd10f 100644 --- a/ext/fg/js/client.js +++ b/ext/fg/js/client.js @@ -104,6 +104,7 @@ class Client { } else { const sequence = ++this.sequence; range.setLength(length); + bgRenderText( {defs: definitions, root: this.fgRoot, options: this.options, sequence: sequence}, 'term-list.html', |