Update javascript.snippets

This commit is contained in:
bounceme 2016-07-25 02:50:24 -07:00 committed by GitHub
parent e19ccebe27
commit f4c2004d12

View File

@ -31,7 +31,7 @@ snippet (f
${0} ${0}
}(${2})); }(${2}));
# Minify safe iife # Minify safe iife
snippet iife snippet ;fe
;(function(${1}) { ;(function(${1}) {
${0} ${0}
}(${2})) }(${2}))