Skip to content

Instantly share code, notes, and snippets.

@tkh44
Created August 14, 2013 21:06
Show Gist options
  • Save tkh44/6235633 to your computer and use it in GitHub Desktop.
Save tkh44/6235633 to your computer and use it in GitHub Desktop.
How mast should extend
Mast.extend('Base', 'Extended', function(){return {
blah: function() {
console.log('adkfdfd');
}
}});
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment