mirror of
https://github.com/Foundry376/Mailspring.git
synced 2025-02-24 16:14:01 +08:00
Remove unused methods from spec-helper
This commit is contained in:
parent
27ccc3cd78
commit
4e1dc228a8
1 changed files with 1 additions and 1 deletions
|
@ -21,7 +21,7 @@ NylasEnv.themes.requireStylesheet('../static/jasmine');
|
|||
NylasEnv.themes.initialLoadComplete = true;
|
||||
|
||||
NylasEnv.keymaps.loadKeymaps();
|
||||
let styleElementsToRestore = NylasEnv.styles.getSnapshot();
|
||||
const styleElementsToRestore = NylasEnv.styles.getSnapshot();
|
||||
|
||||
window.addEventListener('core:close', () => window.close());
|
||||
window.addEventListener('beforeunload', function() {
|
||||
|
|
Loading…
Reference in a new issue