/javascript-mode/extjs.alert
http://github.com/ridgetang/snippets · Unknown · 14 lines · 14 code · 0 blank · 0 comment · 0 complexity · 1b1170f1777f0f31b92d2524803f5329 MD5 · raw file
- # name : Ext.Msg.alert
- # key : alert.extjs
- # group : extjs
- # contributor : crazycode@gmail.com
- # This was cloned from a TextMate bundle for yasnippet.
- # --
- Ext.Msg.alert(
- '${1:title}',
- '${2:description}',
- function() {
- $0
- },
- ${3:this}
- );