Reformatted leading whitespace to conform with the implied format.

This commit is contained in:
Christopher Joslyn 2011-08-03 08:56:12 -04:00
parent 86816b8b3e
commit 98b1de9199

View File

@ -115,7 +115,6 @@ snippet @par
@param {${1:type}} ${2:name} ${3:description}
snippet @ret
@return {${1:type}} ${2:description}
# JSON.parse
snippet jsonp
JSON.parse(${1:jstr});