yckart / jquery.storage.js

The client-side storage for every browser, on any device.
http://yckart.github.com/jquery.storage.js/
49 stars 12 forks source link

Check null since JSON.parse can't handle nulls. #6

Open itkoren opened 10 years ago

itkoren commented 10 years ago

JSON.parse can't handle null parameters. This can cause unexpected behavior (especially in chrome for Android and IE11)