Rename $n (NylasEnv convenience accesor) to $m

This commit is contained in:
Ben Gotow 2017-09-26 11:36:42 -07:00
parent 0f54aa11b5
commit 79d848d727

View file

@ -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;