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