Skip to content

Instantly share code, notes, and snippets.

@benvanstaveren
Created May 4, 2011 04:01
Show Gist options
  • Save benvanstaveren/954736 to your computer and use it in GitHub Desktop.
Save benvanstaveren/954736 to your computer and use it in GitHub Desktop.
var myPlugin = new Extension({ 'foo': 'bar'});
myPlugin.hook('render_filter', function(output) {
output.replace('foo','bar');
return output;
});
app.register(myPlugin);
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment