/javascript-mode/extjs_prop
http://github.com/ridgetang/snippets · #! · 14 lines · 14 code · 0 blank · 0 comment · 0 complexity · 6cb5a1397070244cd4675941eefafe73 MD5 · raw file
- # name : prop
- # key : prop
- # group : extjs
- # contributor : crazycode@gmail.com
- # This was cloned from a TextMate bundle for yasnippet.
- # --
- /**
- * @property ${1:propertyName}
- * @type ${2:Boolean}
- * ${3:Description}
- */
- ${4:this.$1} = ${5:new ${2:Boolean}({
- $0
- \})};