Skip to content

Instantly share code, notes, and snippets.

@asicfr
Created May 6, 2013 12:58
Show Gist options
  • Save asicfr/5524945 to your computer and use it in GitHub Desktop.
Save asicfr/5524945 to your computer and use it in GitHub Desktop.
var montext = "test";
var data = {
get text() { return montext; },
set text(val) { montext = val; }
};
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment