mirror of
https://github.com/ankitects/anki.git
synced 2025-11-07 05:07:10 -05:00
cleanup
This commit is contained in:
parent
4c27e53c85
commit
1325147854
2 changed files with 1 additions and 2 deletions
|
|
@ -12,7 +12,7 @@ License: GNU AGPL, version 3 or later; http://www.gnu.org/licenses/agpl.html
|
|||
releases,
|
||||
existing,
|
||||
allowBetas,
|
||||
choose = (_, __) => {},
|
||||
choose,
|
||||
}: {
|
||||
releases: Versions;
|
||||
existing: ExistingVersions;
|
||||
|
|
|
|||
|
|
@ -30,7 +30,6 @@ License: GNU AGPL, version 3 or later; http://www.gnu.org/licenses/agpl.html
|
|||
// TODO: saw this in the docs, but do we need it?
|
||||
// windowsMode: navigator.platform.indexOf("Win") != -1,
|
||||
});
|
||||
// term.options.
|
||||
|
||||
term.open(termRef);
|
||||
|
||||
|
|
|
|||
Loading…
Reference in a new issue