mirror of
1
0
Fork 0
ultimate-vim/sources_non_forked/snipmate-snippets/javascript-jquery/mover.snippet

4 lines
62 B
Plaintext

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