Skip to content

Instantly share code, notes, and snippets.

@Maciek416
Created April 23, 2012 21:16
Show Gist options
  • Save Maciek416/2473915 to your computer and use it in GitHub Desktop.
Save Maciek416/2473915 to your computer and use it in GitHub Desktop.
Object.defineProperties(Circle.prototype, {
radius: {
get: function(){
},
set: function(r){
}
},
color: {
get: function(){
},
set: function(r,g,b){
}
}
});
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment