mirror of
https://github.com/meteor/meteor.git
synced 2026-05-02 03:01:46 -04:00
* Added BrowserPolicy export to help with ES2015 import support. * Replaced api.export use with api.mainModule, to help reduce extra globals.
2 lines
79 B
JavaScript
2 lines
79 B
JavaScript
exports.BrowserPolicy = require("meteor/browser-policy-common").BrowserPolicy;
|