Skip to content

Instantly share code, notes, and snippets.

@appcoreopc
Last active March 25, 2016 07:55
Show Gist options
  • Save appcoreopc/9ea44df812f1dcd064f2 to your computer and use it in GitHub Desktop.
Save appcoreopc/9ea44df812f1dcd064f2 to your computer and use it in GitHub Desktop.
var myControl = {
get getControlName()
{
return "weird control";
}
}
myControl.getControlName // returns "weird control" executed without ()
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment