/javascript-mode/extjs_temptask
http://github.com/ridgetang/snippets · #! · 10 lines · 10 code · 0 blank · 0 comment · 0 complexity · 93e41dd7c5eb0bb25fb8e41bb2083b60 MD5 · raw file
- # name : temptask
- # key : temptask
- # group : extjs
- # contributor : crazycode@gmail.com
- # This was cloned from a TextMate bundle for yasnippet.
- # --
- var ${1:tempTask} = new Ext.util.DelayedTask(${2:function() {
- ${5}
- \}}, ${3:this});
- ${1}.delay(${4:1000});${0}