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

Fix Uncaught SyntaxError: Unexpected end of input #8

Closed jiguang closed 10 years ago

jiguang commented 10 years ago

When window[method].getItem(key) returns '', it will caught 'Uncaught SyntaxError: Unexpected end of input' error.