Skip to content

Instantly share code, notes, and snippets.

@arbaaz
Created November 13, 2014 17:18
Show Gist options
  • Save arbaaz/2d428b19d08f33010442 to your computer and use it in GitHub Desktop.
Save arbaaz/2d428b19d08f33010442 to your computer and use it in GitHub Desktop.
getSetterJs
this.importantString = funciton(val, undefined) {
if(val == undefined) {
return val;
}
else if(typeof val == String) {
_importantString = val;
}
};
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment