2016-12-27 19:38:56 -07:00

4 lines
96 B
Plaintext

$.getScript('${1:somescript.js}', function(){
${2://optional stuff to do after getScript;}
});