Files
meteor/docs/client/packages
David Glasser 70883fdc42 Remove "write to the global" coffeescript instructions.
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.)
2013-08-02 17:13:49 -07:00
..
2012-11-05 11:19:23 -08:00
2012-10-15 16:51:49 -07:00
2012-07-12 22:07:27 -07:00
2012-11-05 11:19:23 -08:00
2013-02-13 14:41:31 -08:00