Merge pull request #16 from thisgeek/master

Fixed whitespace from the last push
This commit is contained in:
Honza Pokorny 2011-08-03 06:02:38 -07:00
commit e9a53cc99e

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});