Advertisement
Guest User

Untitled

a guest
May 24th, 2015
245
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.35 KB | None | 0 0
  1. <snippet>
  2. <content><![CDATA[
  3. (function () {
  4. 'use strict';
  5. ${1:$SELECTION}
  6. })();
  7. ]]></content>
  8. <!-- Optional: Set a tabTrigger to define how to trigger the snippet -->
  9. <tabTrigger>iife_w</tabTrigger>
  10. <!-- Optional: Set a scope to limit where the snippet will trigger -->
  11. <scope>source.js</scope>
  12. <description>IIFE Wrapper</description>
  13. </snippet>
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement