Skip to content

Instantly share code, notes, and snippets.

@cybersonic
Last active December 19, 2015 01:39
Show Gist options
  • Save cybersonic/5877213 to your computer and use it in GitHub Desktop.
Save cybersonic/5877213 to your computer and use it in GitHub Desktop.
component {
function before(method,args,target){
arguments.args.input = "before" & arguments.args.input;
}
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment