diff options
Diffstat (limited to 'clojurescript/t02.html')
-rw-r--r-- | clojurescript/t02.html | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/clojurescript/t02.html b/clojurescript/t02.html index d0f0ebe6..871392b4 100644 --- a/clojurescript/t02.html +++ b/clojurescript/t02.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="t02.js"></script> </body> </html> |