marcuswestin / store.js

Cross-browser storage for all use cases, used across the web.
MIT License
14.02k stars 1.33k forks source link

Fix a typo and correct arguments order #228

Closed kafene closed 7 years ago

kafene commented 7 years ago

Both of these changes are cosmetic - fixing a typo in the error thrown from the StoreAPI.namespace function, and renaming the arguments in util.each to reflect the order that util.pluck sends them to its callback function.

marcuswestin commented 7 years ago

Thanks! 👍