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

4 lines
59 B
Plaintext

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