Skip to content

Instantly share code, notes, and snippets.

@dezman
Created January 14, 2016 18:06
Show Gist options
  • Save dezman/f9a107a01d28738874b9 to your computer and use it in GitHub Desktop.
Save dezman/f9a107a01d28738874b9 to your computer and use it in GitHub Desktop.
do ->
local_property = null
Object.defineProperty(@, 'property',
get: -> local_property
set: (val) ->
local_property = val
debugger
)
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment