6 lines
86 B
Plaintext
6 lines
86 B
Plaintext
# -*- mode: snippet -*-
|
|
#name : each
|
|
# --
|
|
${1:collection}.each(function($2) {
|
|
$0
|
|
}); |