view buy.js @ 81:6adb5da55d18 laserkard

getting color select working
author Robert McIntyre <rlm@mit.edu>
date Sun, 25 Jul 2010 05:45:56 -0400
parents 343dc947f999
children
line wrap: on
line source
1 function hello(who) {
2 alert('Hello '+who); // outputs "Hello world"
3 }
5 hello('world');