Team:Cornell/javascripts/mycodraw

From 2013.igem.org

Revision as of 17:27, 16 June 2013 by R.Lizarralde (Talk | contribs)

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