Fix typo
This commit is contained in:
parent
80fedc4f7a
commit
3ffcf184bb
@ -96,7 +96,7 @@ class Client {
|
|||||||
} else {
|
} else {
|
||||||
textSource.setEndOffset(length);
|
textSource.setEndOffset(length);
|
||||||
|
|
||||||
const sentence = Client.extractSentence(textSource, this.opts.sentenceExtent);
|
const sentence = Client.extractSentence(textSource, this.options.sentenceExtent);
|
||||||
definitions.forEach((definition) => {
|
definitions.forEach((definition) => {
|
||||||
definition.url = window.location.href;
|
definition.url = window.location.href;
|
||||||
definition.sentence = sentence;
|
definition.sentence = sentence;
|
||||||
|
Loading…
Reference in New Issue
Block a user