smalltalk.js 91 B

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