Closed kafene closed 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.
StoreAPI.namespace
util.each
util.pluck
Thanks! 👍
Both of these changes are cosmetic - fixing a typo in the error thrown from the
StoreAPI.namespace
function, and renaming the arguments inutil.each
to reflect the order thatutil.pluck
sends them to its callback function.