Преглед на файлове

update Test.js with load dependencies

Herbert Vojčík преди 10 години
родител
ревизия
829312a062
променени са 1 файла, в които са добавени 1 реда и са изтрити 1 реда
  1. 1 1
      test/Test.js

+ 1 - 1
test/Test.js

@@ -1,4 +1,4 @@
-define("amber/Test", ["amber_vm/smalltalk","amber_vm/nil","amber_vm/_st"], function(smalltalk,nil,_st){
+define("amber/Test", ["amber_vm/smalltalk", "amber_vm/nil", "amber_vm/_st", "amber/Kernel-Objects"], function(smalltalk,nil,_st){
 smalltalk.addPackage('Test');
 smalltalk.packages["Test"].transport = {"type":"amd","amdNamespace":"amber"};