Mercurial > urweb
view tests/test.js @ 2222:4d967a4ddb82
Merge.
author | Ziv Scully <ziv@mit.edu> |
---|---|
date | Sat, 29 Nov 2014 03:38:26 -0500 |
parents | df09c95085f8 |
children |
line wrap: on
line source
function print() { alert("Hi there!"); } function bar(s) { alert("<<" + s + ">>"); }