Skip to content

Instantly share code, notes, and snippets.

@davehimself
Created May 10, 2010 17:11
Show Gist options
  • Save davehimself/396265 to your computer and use it in GitHub Desktop.
Save davehimself/396265 to your computer and use it in GitHub Desktop.
var Foo = new Class({
someMethod: function() {}
});
var Bar = new Class({
Implements: Foo,
someOtherMethod: function() {}
});
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment