Mercurial > caja-test
annotate caja-test.html @ 3:8ca68c2a7217
caja-test.html now asks the server for cajoled js.
author | Atul Varma <varmaa@toolness.com> |
---|---|
date | Sun, 07 Jun 2009 20:27:26 -0700 |
parents | 633c9cb05555 |
children |
rev | line source |
---|---|
0 | 1 <html> |
2 <head> | |
3 <title>Caja Test</title> | |
4 </head> | |
5 <body> | |
6 Hi. | |
7 <script src="js/ext/cajita.js"></script> | |
8 <script src="js/caja-test.js"></script> | |
3
8ca68c2a7217
caja-test.html now asks the server for cajoled js.
Atul Varma <varmaa@toolness.com>
parents:
0
diff
changeset
|
9 <script src="http://localhost:8080/my-caja-module.js"></script> |
0 | 10 </body> |
11 </html> |