diff options
author | Alex Yatskov <alex@foosoft.net> | 2017-03-10 20:12:07 -0800 |
---|---|---|
committer | Alex Yatskov <alex@foosoft.net> | 2017-03-10 20:12:07 -0800 |
commit | 5150cdbf72421f6c37f27d93fb8965dc38bea625 (patch) | |
tree | 0637e9b23e5c5a9e4946b896794f4083398cdef4 /ext/fg/js/display-frame.js | |
parent | 19ffd1a0d35afbd06d5c6cb869ff13728d6ea483 (diff) |
misc bug fixes, version bump1.1.2
Diffstat (limited to 'ext/fg/js/display-frame.js')
-rw-r--r-- | ext/fg/js/display-frame.js | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/ext/fg/js/display-frame.js b/ext/fg/js/display-frame.js index bd070b63..bc2e15df 100644 --- a/ext/fg/js/display-frame.js +++ b/ext/fg/js/display-frame.js @@ -61,7 +61,7 @@ window.displayFrame = new class extends Display { api_showKanjiDefs({definitions, options, context}) { window.scrollTo(0, 0); - this.showKanjiDefs(defintions, options, context); + this.showKanjiDefs(definitions, options, context); } api_showOrphaned() { |