Team:Cornell/javascripts/mycodraw

From 2013.igem.org

(Difference between revisions)
Line 1: Line 1:
-
 
+
function mycoDraw()
-
function mycoDraw(canvas)
+
{
{
alert("I am the alert box!");
alert("I am the alert box!");

Revision as of 17:41, 16 June 2013

function mycoDraw() { alert("I am the alert box!"); var img = canvas.children[0]; alert(img.src); }