PageRenderTime 36ms CodeModel.GetById 23ms RepoModel.GetById 1ms app.codeStats 0ms

/javascript-mode/commons.alert

http://github.com/ridgetang/snippets
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. # --
  7. alert('${1:test}'${2: + ${3:value}});$0