Skip to content

Instantly share code, notes, and snippets.

@jrbistuer
Created April 7, 2013 22:44
Show Gist options
  • Save jrbistuer/5332890 to your computer and use it in GitHub Desktop.
Save jrbistuer/5332890 to your computer and use it in GitHub Desktop.
window.echo("echome", function(echoValue) {
alert(echoValue == "echome"); // should alert true.
});
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment