Parcourir la source

update Test.js with load dependencies

Herbert Vojčík il y a 10 ans
Parent
commit
829312a062
1 fichiers modifiés avec 1 ajouts et 1 suppressions
  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"};