Skip to content

Instantly share code, notes, and snippets.

@jocafa
Created July 5, 2011 23:34
Show Gist options
  • Select an option

  • Save jocafa/1066211 to your computer and use it in GitHub Desktop.

Select an option

Save jocafa/1066211 to your computer and use it in GitHub Desktop.
class Thingy
constructor: ->
@
Object.defineProperties Thingy.prototype,
foo:
get: ->
@.foo
set: (nv) ->
@.foo = nv
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment