Last active
June 17, 2016 14:30
-
-
Save aronwoost/bcec12cbd9fdd3a3a0ac to your computer and use it in GitHub Desktop.
react jsx self executing function block
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
<snippet> | |
<content><![CDATA[{ | |
(function(self){ | |
${1:} | |
})(this) | |
}]]></content> | |
<tabTrigger>ref</tabTrigger> | |
<scope>source.js</scope> | |
<description>jsx self executing function</description> | |
</snippet> |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment