zenorocha / atom-javascript-snippets

JavaScript & NodeJS Snippets for Atom Editor
https://atom.io/packages/javascript-snippets
168 stars 104 forks source link

Add function callback snippet #32

Closed wsmd closed 8 years ago

zenorocha commented 8 years ago

Although this snippet is useful, I don't think it's generic enough for this package. We'd have to add other snippets too like, if (typeof ${1:callback} === 'string'), if (typeof ${1:callback} === 'undefined'), etc...

Anyways, thanks for contributing @wsmd ;)