/javascript-mode/extjs_ifu

http://github.com/ridgetang/snippets · #! · 9 lines · 9 code · 0 blank · 0 comment · 0 complexity · da0b74cbe4f1797fc19e5ff614efc89b MD5 · raw file

  1. # name : ifu
  2. # key : ifu
  3. # group : extjs
  4. # contributor : crazycode@gmail.com
  5. # This was cloned from a TextMate bundle for yasnippet.
  6. # --
  7. if (${1:myObject} == undefined) ${2:{
  8. $0
  9. \}}