mirror of
https://github.com/meteor/meteor.git
synced 2026-05-02 03:01:46 -04:00
Now that we're including more than just collections-related polyfills, a more generic name seems appropriate.
6 lines
120 B
JavaScript
6 lines
120 B
JavaScript
var runtime = Npm.require("meteor-ecmascript-runtime");
|
|
|
|
Symbol = runtime.Symbol;
|
|
Map = runtime.Map;
|
|
Set = runtime.Set;
|