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,
|
releases,
|
||||||
existing,
|
existing,
|
||||||
allowBetas,
|
allowBetas,
|
||||||
choose = (_, __) => {},
|
choose,
|
||||||
}: {
|
}: {
|
||||||
releases: Versions;
|
releases: Versions;
|
||||||
existing: ExistingVersions;
|
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?
|
// TODO: saw this in the docs, but do we need it?
|
||||||
// windowsMode: navigator.platform.indexOf("Win") != -1,
|
// windowsMode: navigator.platform.indexOf("Win") != -1,
|
||||||
});
|
});
|
||||||
// term.options.
|
|
||||||
|
|
||||||
term.open(termRef);
|
term.open(termRef);
|
||||||
|
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue