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 91c7e39 commit b54faf0Copy full SHA for b54faf0
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