Skip to content

Instantly share code, notes, and snippets.

@vlaurin
Created June 14, 2016 10:00
Show Gist options
  • Save vlaurin/6ed7299b227028390e345f8edfe34129 to your computer and use it in GitHub Desktop.
Save vlaurin/6ed7299b227028390e345f8edfe34129 to your computer and use it in GitHub Desktop.
Snippet for Atom - Immediately invoked function expression
'.source.js':
'IIFE':
'prefix': '()()'
'body': """
(function () {
'use strict';
$1
})();
"""
'description': 'Immediately invoked function expression'
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment