jquery.removeClass 194 B

123456
  1. # This was cloned from a TextMate bundle for yasnippet.
  2. #name : removeClass
  3. #key : .removeClass
  4. #condition : (when (boundp 'jquery-project) jquery-project)
  5. # --
  6. .removeClass('${1:class name}')$0