dionyziz / minireddit

A minimalistic viewer of reddit images
MIT License
7 stars 4 forks source link

localStorage is not modular #20

Open dionyziz opened 10 years ago

dionyziz commented 10 years ago

localStorage is used for instruction hiding without going through the storage.js module. Make storage.js solely responsible for localStorage handling.