diff options
Diffstat (limited to 'ext/mixed/js/display-history.js')
-rw-r--r-- | ext/mixed/js/display-history.js | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/ext/mixed/js/display-history.js b/ext/mixed/js/display-history.js index cf2db8d5..a369e6fa 100644 --- a/ext/mixed/js/display-history.js +++ b/ext/mixed/js/display-history.js @@ -166,7 +166,7 @@ class DisplayHistory extends EventDispatcher { } _generateId() { - return yomichan.generateId(16); + return generateId(16); } _clear() { |