Skip to content

Instantly share code, notes, and snippets.

@virtix
Created May 31, 2009 03:39
Show Gist options
  • Save virtix/120743 to your computer and use it in GitHub Desktop.
Save virtix/120743 to your computer and use it in GitHub Desktop.
function uselessUltraRedundantCallbackForMorons(){
var callBackFunc = plainOldComponent.echo( plainOldComponent.echo(plainOldComponent.echo) );
assertEquals('I LIKE spam.', callBackFunc('I LIKE spam.') );
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment