js define prop: Use single quotes to match style
In the other vanila snippets we are using single quotes. I've changed the define property snippet to conform to this style.
This commit is contained in:
parent
c7c1734b44
commit
f488d4842d
@ -191,7 +191,7 @@ snippet props
|
|||||||
snippet prop
|
snippet prop
|
||||||
Object.defineProperty(
|
Object.defineProperty(
|
||||||
${1:object},
|
${1:object},
|
||||||
"${2:property}",
|
'${2:property}',
|
||||||
{
|
{
|
||||||
get : function $1_$2_getter() {
|
get : function $1_$2_getter() {
|
||||||
// getter code
|
// getter code
|
||||||
|
Loading…
Reference in New Issue
Block a user