johnkpaul / jquery-ajax-retry

Retrying ajax calls using the deferred api
MIT License
101 stars 34 forks source link

Browserify compatiblity #16

Open daniula opened 8 years ago

daniula commented 8 years ago

This plugin doesn't work when project is build with browserify. I've checked how other plugins are solving it ( for example jquery-mousewheel ).

Changing this single line works perfectly. However, I'm not sure how it will influence other setups.

adamlwgriffiths commented 7 years ago

What error are you seeing? I'm building with Grunt and Browserify and can see the logs of failed ajax calls being retried.