about summary refs log tree commit diff
path: root/users/grfn/emacs.d/snippets/js2-mode/function
blob: b423044b441052ac048032ef9e5bc25d97cea62e (plain) (blame)
1
2
3
4
5
6
# key: f
# name: function
# --
function $1($2) {
         $3
}