diff options
author | Alex Yatskov <alex@foosoft.net> | 2017-03-04 17:56:10 -0800 |
---|---|---|
committer | Alex Yatskov <alex@foosoft.net> | 2017-03-04 17:56:10 -0800 |
commit | b039d300249087aee18c7e8565ae7447d2cf5b15 (patch) | |
tree | ba38dfd95b4005cb14953685dc12efc675bc8024 /ext/mixed/js/display.js | |
parent | c8eb77cfd9e30625ae33739b7de5a86f59d0457c (diff) |
wip
Diffstat (limited to 'ext/mixed/js/display.js')
-rw-r--r-- | ext/mixed/js/display.js | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/ext/mixed/js/display.js b/ext/mixed/js/display.js index 6a283b5f..26d50862 100644 --- a/ext/mixed/js/display.js +++ b/ext/mixed/js/display.js @@ -30,7 +30,7 @@ class Display { throw 'override me'; } - definitionsAddable(definitions, mode) { + definitionsAddable(definitions, modes) { throw 'override me'; } |