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

4 lines
58 B
Plaintext

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