Browse Source

Load TrySmalltalk in Development mode

Laurent Laffont 12 years ago
parent
commit
028988624b
1 changed files with 1 additions and 1 deletions
  1. 1 1
      js/jtalk.js

+ 1 - 1
js/jtalk.js

@@ -49,7 +49,7 @@
 	loadJS("Benchfib.js");
 	loadJS("Kernel-Tests.js");
 	loadJS("JQuery-Tests.js");
-
+	loadJS("TrySmalltalk.js");
 	if(files) {
 	    for(var i=0; i < files.length; i++) {
 		loadJS(files[i], prefix);