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:
Louis Pilfold 2014-10-08 10:09:42 +01:00
parent c7c1734b44
commit f488d4842d

View File

@ -191,7 +191,7 @@ snippet props
snippet prop
Object.defineProperty(
${1:object},
"${2:property}",
'${2:property}',
{
get : function $1_$2_getter() {
// getter code