Merge pull request #462 from lpil/js-quotes
js define prop: Use single quotes to match style
This commit is contained in:
commit
b73a20655d
@ -191,7 +191,7 @@ snippet props
|
||||
snippet prop
|
||||
Object.defineProperty(
|
||||
${1:object},
|
||||
"${2:property}",
|
||||
'${2:property}',
|
||||
{
|
||||
get : function $1_$2_getter() {
|
||||
// getter code
|
||||
|
Loading…
Reference in New Issue
Block a user