/javascript-mode/extjs_each

http://github.com/ridgetang/snippets · #! · 9 lines · 9 code · 0 blank · 0 comment · 0 complexity · 73fd0da705e2a5066b4eaa40e69310f2 MD5 · raw file

  1. # name : each
  2. # key : each
  3. # group : extjs
  4. # contributor : crazycode@gmail.com
  5. # This was cloned from a TextMate bundle for yasnippet.
  6. # --
  7. Ext.each(${1:array}, ${2:function(${3:item}) {
  8. $0
  9. \}}${4:, this});