Closed JuanCaicedo closed 8 years ago
Looking at this, I don't think there's any need for the storage module to export an actual class, so it should be possible to remove the save and serve methods from the prototype. That should make the code a lot easier to read.
save
serve
Never mind, looking at other examples, it does look like this needs to be a class.
Looking at this, I don't think there's any need for the storage module to export an actual class, so it should be possible to remove the
save
andserve
methods from the prototype. That should make the code a lot easier to read.