summaryrefslogtreecommitdiff
path: root/ext/fg/js/frontend.js
diff options
context:
space:
mode:
authorsiikamiika <siikamiika@users.noreply.github.com>2019-11-30 04:59:36 +0200
committersiikamiika <siikamiika@users.noreply.github.com>2019-11-30 04:59:36 +0200
commitbe23ad7213477500534a2546ca6ef139b23f0af9 (patch)
tree35ba66d172ac15b54f491b8e68c4f99ce898b13b /ext/fg/js/frontend.js
parentff9510356e61f9548c5c773ac0f9d85f153ad714 (diff)
remove dead code
Diffstat (limited to 'ext/fg/js/frontend.js')
-rw-r--r--ext/fg/js/frontend.js2
1 files changed, 1 insertions, 1 deletions
diff --git a/ext/fg/js/frontend.js b/ext/fg/js/frontend.js
index b19e44d2..bcdfd152 100644
--- a/ext/fg/js/frontend.js
+++ b/ext/fg/js/frontend.js
@@ -398,7 +398,7 @@ class Frontend {
textSource.getRect(),
textSource.getWritingMode(),
type,
- {definitions, context: {sentence, url, focus, clearHistoryOnce: true}}
+ {definitions, context: {sentence, url, focus}}
);
this.textSourceCurrent = textSource;