Files
meteor/packages/ecmascript-runtime/runtime.js
Ben Newman d3878f08bc Rename ecmascript-collections to ecmascript-runtime, and add more to it.
Now that we're including more than just collections-related polyfills, a
more generic name seems appropriate.
2015-10-03 14:39:24 -04:00

6 lines
120 B
JavaScript

var runtime = Npm.require("meteor-ecmascript-runtime");
Symbol = runtime.Symbol;
Map = runtime.Map;
Set = runtime.Set;