Added livescript str snippet

This commit is contained in:
Kevin Mees 2013-08-09 15:41:50 +02:00
parent 1df60aadd2
commit 883916a91d

View File

@ -86,6 +86,9 @@ snippet mat
# Log
snippet log
console.log ${1}
# stringify
snippet str
JSON.stringify ${1}, void, 2
# Try __ Catch
snippet try