mirror of
https://github.com/Foundry376/Mailspring.git
synced 2025-01-01 13:14:16 +08:00
Rename $n (NylasEnv convenience accesor) to $m
This commit is contained in:
parent
0f54aa11b5
commit
79d848d727
1 changed files with 1 additions and 1 deletions
|
@ -4,7 +4,7 @@ import DatabaseObjectRegistry from '../registries/database-object-registry';
|
|||
|
||||
// This module exports an empty object, with a ton of defined properties that
|
||||
// `require` files the first time they're called.
|
||||
module.exports = exports = window.$n = {};
|
||||
module.exports = exports = window.$m = {};
|
||||
|
||||
const resolveExport = requireValue => {
|
||||
return requireValue.default || requireValue;
|
||||
|
|
Loading…
Reference in a new issue