Merge pull request #763 from bounceme/patch-1
alternate iife in old format
This commit is contained in:
commit
8b054b0957
@ -30,6 +30,11 @@ snippet (f
|
||||
(function(${1}) {
|
||||
${0}
|
||||
}(${2}));
|
||||
# Minify safe iife
|
||||
snippet ;fe
|
||||
;(function(${1}) {
|
||||
${0}
|
||||
}(${2}))
|
||||
# self-defining function
|
||||
snippet sdf
|
||||
var ${1:function_name} = function (${2:argument}) {
|
||||
|
Loading…
Reference in New Issue
Block a user