@@ -34,7 +34,7 @@
==================================================================== */
-define([ './browser-compatibility' ], function () {
+define("amber_vm/boot", [ './browser-compatibility' ], function () {
/* Array extensions */
@@ -1,3 +1,3 @@
-define(['./boot'], function (boot) {
+define("amber_vm/_st", ["./boot"], function (boot) {
return boot._st;
});
+define("amber_vm/nil", ["./boot"], function (boot) {
return boot.nil;
+define("amber_vm/smalltalk", ["./boot"], function (boot) {
return boot.smalltalk;