krampstudio / aja.js

Ajax without XML : Asynchronous JavaScript and JavaScript/JSON(P)
http://krampstudio.github.io/aja.js/
MIT License
306 stars 45 forks source link

Fix issue #35, made _chain check typeof X === 'undefined' rather than X === 'undefined' #36

Closed SimplyLinn closed 1 year ago

SimplyLinn commented 7 years ago

Also made Gruntfile use the FS module to look for the correct placement for jsdoc-thing. It failed on my system using NPM 4.

krampstudio commented 7 years ago

That's really great! Thank you. For the jsdoc, I'll discard your changes and only update the version of grunt-jsdoc (which I'm also the author) to support npm 4+