each 161 B

123456789
  1. # -*- mode: snippet; require-final-newline: nil -*-
  2. # name: .each
  3. # key: .each
  4. # binding: direct-keybinding
  5. # --
  6. .each (function (index, element) {
  7. $0
  8. });