Skip to content

Instantly share code, notes, and snippets.

@djalmaaraujo
Created September 20, 2012 14:03
Show Gist options
  • Save djalmaaraujo/3756122 to your computer and use it in GitHub Desktop.
Save djalmaaraujo/3756122 to your computer and use it in GitHub Desktop.
var NomeDaClasseExtension = function() {};
NomeDaClasseExtension.ATTRS = {
attr1: {
value: function() {}
},
attr2: {
value: [],
setter: ,
validator:
}
};
NomeDaClasseExtension.prototype = {
metodo1: function () {},
metodo2: function () {},
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment