view tests/test.js @ 1661:28b9b3d9414f

Switch default linking order for OpenSSL libs
author Adam Chlipala <adam@chlipala.net>
date Fri, 06 Jan 2012 18:09:50 -0500
parents df09c95085f8
children
line wrap: on
line source
function print() {
  alert("Hi there!");
}

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