dotar/vim/snippets/javascript-jquery/mover.snippet
2011-11-17 16:00:49 -06:00

4 lines
62 B
Plaintext
Executable File

${1:obj}.mouseover(function() {
${2:// Act on the event}
});