mirror of
https://github.com/monkeytypegame/monkeytype.git
synced 2025-11-09 13:44:29 +08:00
removed some unnecessary exports
This commit is contained in:
parent
e234e78c65
commit
c908fcc875
1 changed files with 1 additions and 7 deletions
|
|
@ -1,8 +1,6 @@
|
|||
//this file should be concatenated with the legacy js files
|
||||
|
||||
//try to keep this list short because we need to eliminate it eventually
|
||||
global.simplePopups = SimplePopups.simplePopups;
|
||||
global.sendVerificationEmail = Misc.sendVerificationEmail;
|
||||
global.getuid = Misc.getuid;
|
||||
|
||||
//these exports are just for debugging in the browser
|
||||
|
|
@ -13,12 +11,8 @@ global.linkToGoogle = AccountController.linkWithGoogle;
|
|||
global.unlinkGoogle = AccountController.unlinkGoogle;
|
||||
global.linkToEmail = AccountController.linkWithEmail;
|
||||
|
||||
global.filters = ResultFilters.getFilters();
|
||||
|
||||
global.glarsesMode = toggleGlarses;
|
||||
|
||||
global.filterDebug = Account.toggleFilterDebug;
|
||||
|
||||
global.stats = TestStats.getStats;
|
||||
|
||||
global.replay = Replay.getReplayExport;
|
||||
|
|
@ -27,4 +21,4 @@ global.enableTimerDebug = TestTimer.enableTimerDebug;
|
|||
|
||||
global.getTimerStats = TestTimer.getTimerStats;
|
||||
|
||||
global.objecthash = require("object-hash");
|
||||
global.toggleUnsmoothedRaw = Result.toggleUnsmoothedRaw;
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue