We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 535f956 commit 5eaa038Copy full SHA for 5eaa038
src/lib/storageprototype.js
@@ -1,4 +1,4 @@
1
-Storage.prototype.get_and_parse_item = function(key, default_value)
+Storage.prototype.get_and_parse_item = function(key, default_value)
2
{
3
var raw_value = this.getItem(key);
4
var value = null;
0 commit comments