dotar/vim/snippets/javascript-jquery/removeattr.snippet

2 lines
47 B
Plaintext
Raw Normal View History

2011-11-18 05:45:33 +08:00
${1:obj}.removeAttr('${2:attribute name}')${3}