bumblehead.com{JSON:Feed}
newerEl Cid

hello javascript

  • bumblehead
  • blog
  • 2011-05-22

Did you know, Opera's garbage collection prevents this from saying 'hi'?

function(src) {
  var i = new Image();
  i.onload = function() { alert("hi"); }
  i.src = src;
}

© bumblehead