SaneMethod / jquery-ajax-localstorage-cache

Ajax Cache backed by localStorage for jQuery
Other
379 stars 79 forks source link

Fix for undefined options.success key #25

Closed kayzee closed 9 years ago

kayzee commented 9 years ago

Uncaught TypeError: undefined is not a function since options.success didn't exist.

kayzee commented 9 years ago

This doesn't fix the problem.