fix($n): Expose nylas-exports as $n on the console

This commit is contained in:
Ben Gotow 2015-12-02 11:11:06 -08:00
parent ceb9e2cdb1
commit 5bd63dc0a7

View file

@ -168,4 +168,5 @@ class NylasExports
# Testing
@get "NylasTestUtils", -> require '../../spec/nylas-test-utils'
window.$n = NylasExports
module.exports = NylasExports