view tests/test.js @ 2128:248e2b32954b

Fix dynClass JavaScript reversion
author Adam Chlipala <adam@chlipala.net>
date Sun, 08 Mar 2015 11:05:54 -0400
parents df09c95085f8
children
line wrap: on
line source
function print() {
  alert("Hi there!");
}

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