/ Published in: JavaScript
A snippet for Sublime Text 2 to create a fast function
(function() { PLACE_HOLDER })();
Expand |
Embed | Plain Text
<snippet> <content><![CDATA[(function() { ${1:PLACE_HOLDER} })(); ]]></content> <tabTrigger>function</tabTrigger> <description>Fast function</description> </snippet>
You need to login to post a comment.
