mirror of
https://github.com/meteor/meteor.git
synced 2026-05-02 03:01:46 -04:00
7 lines
212 B
JavaScript
7 lines
212 B
JavaScript
// The module.exports object of this module becomes the Google namespace
|
|
// for other modules in this package.
|
|
Google = module.exports;
|
|
|
|
// So that api.export finds the "Google" property.
|
|
Google.Google = Google;
|