jquery.resize 187 B

12345678
  1. # This was cloned from a TextMate bundle for yasnippet.
  2. #name : resize
  3. #key : .resize
  4. #condition : (when (boundp 'jquery-project) jquery-project)
  5. # --
  6. .resize(${1:function() {
  7. $0
  8. }});