Skip to content

Instantly share code, notes, and snippets.

@scottharvey
Created August 24, 2010 03:45
Show Gist options
  • Select an option

  • Save scottharvey/546911 to your computer and use it in GitHub Desktop.

Select an option

Save scottharvey/546911 to your computer and use it in GitHub Desktop.
var app = {
flash: function(message) {
$("#flash").html(message);
}
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment