Commit 54381c3d authored by Tristan Cavelier's avatar Tristan Cavelier

jsonlocalstorage variable renamed to json_local_storage

parent 9a91ff63
...@@ -40,7 +40,7 @@ ...@@ -40,7 +40,7 @@
/** /**
* A useful tool to set/get json object into the localStorage * A useful tool to set/get json object into the localStorage
*/ */
exports.jsonlocalstorage = { exports.json_local_storage = {
clear: function () { clear: function () {
return localStorage.clear(); return localStorage.clear();
}, },
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment