Skip to content

Instantly share code, notes, and snippets.

@gavinblair
Created October 2, 2012 14:06
Show Gist options
  • Save gavinblair/3819408 to your computer and use it in GitHub Desktop.
Save gavinblair/3819408 to your computer and use it in GitHub Desktop.
Preload image function
function preload(source) {
var i = new Image();
i.src = source;
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment