jquery.mouseup 190 B

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