Mercurial > urweb
view tests/test.js @ 1042:a8a825861397
Explicitly abort in-flight RPCs onunload
author | Adam Chlipala <adamc@hcoop.net> |
---|---|
date | Tue, 24 Nov 2009 09:24:25 -0500 |
parents | df09c95085f8 |
children |
line wrap: on
line source
function print() { alert("Hi there!"); } function bar(s) { alert("<<" + s + ">>"); }