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 092956b379
commit f95a5a3548

View file

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