summaryrefslogtreecommitdiff
path: root/ext/fg/js
diff options
context:
space:
mode:
authorAlex Yatskov <alex@foosoft.net>2017-03-28 20:49:26 -0700
committerAlex Yatskov <alex@foosoft.net>2017-03-28 20:49:26 -0700
commitf15f30019b50e84844375e98dc3734d6463ee2c5 (patch)
treeb4e6f8fe1da154edb8804c501c86c1006008162f /ext/fg/js
parent9de0d34af398b385e140a365a500ff20dda45a7a (diff)
version bump, cloze support1.1.9
Diffstat (limited to 'ext/fg/js')
-rw-r--r--ext/fg/js/util.js2
1 files changed, 1 insertions, 1 deletions
diff --git a/ext/fg/js/util.js b/ext/fg/js/util.js
index 0a95b24d..a1bce660 100644
--- a/ext/fg/js/util.js
+++ b/ext/fg/js/util.js
@@ -213,6 +213,6 @@ function docClozeExtract(source, extent) {
sentence: sentence.trim(),
prefix: clozePrefix.trim(),
body: clozeBody.trim(),
- sufix: clozeSuffix.trim()
+ suffix: clozeSuffix.trim()
};
}