/javascript-mode/commons.alert
Unknown | 7 lines | 7 code | 0 blank | 0 comment | 0 complexity | b2438dc2b943aa86934a39c2dff1bab3 MD5 | raw file
- # name : alert(...)
- # key : alert.1
- # group : commons
- # contributor : crazycode@gmail.com
- # This was cloned from a TextMate bundle for yasnippet.
- # --
- alert('${1:test}'${2: + ${3:value}});$0