view buy.js @ 87:81deee1fc85b laserkard

got pure raphael color selector working
author Robert McIntyre <rlm@mit.edu>
date Mon, 26 Jul 2010 02:20:29 -0400
parents 343dc947f999
children
line wrap: on
line source
1 function hello(who) {
2 alert('Hello '+who); // outputs "Hello world"
3 }
5 hello('world');