aboutsummaryrefslogtreecommitdiff
path: root/template/javascript/snip-es6-getter.js
blob: 90f87a0403ff217cc27abb7ea8f553c4c05f99b6 (plain)
1
2
3
4
5
{{_define_:var:"new".substitute('{{_name_}}', '\w\+', '\u\0', '')}}
get {{_input_:name}}() {
	return this._{{_var_:name}};
}
{{_cursor_}}