diff options
Diffstat (limited to 'clojurescript/t03.html')
-rw-r--r-- | clojurescript/t03.html | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/clojurescript/t03.html b/clojurescript/t03.html index 6c43090a..ce23654b 100644 --- a/clojurescript/t03.html +++ b/clojurescript/t03.html @@ -6,6 +6,7 @@ function print( x ) { ta.value += x + "\n"; } </script> <script type="text/javascript" src="clj.js"></script> + <script type="text/javascript" src="boot.js"></script> <script type="text/javascript" src="t03.js"></script> </body> </html> |