globals.js 86 B

123
  1. define("amber_vm/globals", ["./boot"], function (boot) {
  2. return boot.globals;
  3. });