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