view tests/test.js @ 881:45a63416adb4

Fix dependency misordering
author Adam Chlipala <adamc@hcoop.net>
date Fri, 17 Jul 2009 12:34:00 -0400
parents df09c95085f8
children
line wrap: on
line source
function print() {
  alert("Hi there!");
}

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