/javascript-mode/extjs_each
http://github.com/ridgetang/snippets · #! · 9 lines · 9 code · 0 blank · 0 comment · 0 complexity · 73fd0da705e2a5066b4eaa40e69310f2 MD5 · raw file
- # name : each
- # key : each
- # group : extjs
- # contributor : crazycode@gmail.com
- # This was cloned from a TextMate bundle for yasnippet.
- # --
- Ext.each(${1:array}, ${2:function(${3:item}) {
- $0
- \}}${4:, this});