Skip to content

Instantly share code, notes, and snippets.

@kamal
Created January 14, 2011 09:18
Show Gist options
  • Save kamal/779397 to your computer and use it in GitHub Desktop.
Save kamal/779397 to your computer and use it in GitHub Desktop.
function Foo() {
}
Foo.prototype = {
override_me: function() {
alert('bar');
}
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment