Mercurial > urweb
view tests/test.js @ 1593:7e2655b25ea1
Remove dummy entity
author | Adam Chlipala <adam@chlipala.net> |
---|---|
date | Sun, 06 Nov 2011 08:14:53 -0500 |
parents | df09c95085f8 |
children |
line wrap: on
line source
function print() { alert("Hi there!"); } function bar(s) { alert("<<" + s + ">>"); }