aboutsummaryrefslogtreecommitdiff
path: root/ext/content.js
diff options
context:
space:
mode:
Diffstat (limited to 'ext/content.js')
-rw-r--r--ext/content.js2
1 files changed, 1 insertions, 1 deletions
diff --git a/ext/content.js b/ext/content.js
index aa51d758..4938805f 100644
--- a/ext/content.js
+++ b/ext/content.js
@@ -19,7 +19,7 @@
function getRangeAtCursor(e, lookAhead) {
const range = document.caretRangeFromPoint(e.clientX, e.clientY);
if (range === null) {
- return null
+ return null;
}
const node = range.startContainer;