view tests/test.js @ 1291:be6e2cd8d9a9

Add 'title' attribute
author Adam Chlipala <adam@chlipala.net>
date Sat, 04 Sep 2010 14:12:02 -0400
parents df09c95085f8
children
line wrap: on
line source
function print() {
  alert("Hi there!");
}

function bar(s) {
  alert("<<" + s + ">>");
}