mirror of
https://github.com/meteor/meteor.git
synced 2026-05-02 03:01:46 -04:00
As part of a docs pass we will explain the new way to use coffeescript globals. (In short: in a package, anything declared with `api.export` becomes package-level and exported. If you want something package-level and not exported, or app-level, there's an object `share` and you can assign to fields on it.)