Skip to content

Commit 5eaa038

Browse files
author
Chris K
committed
Run cleanrepo.
1 parent 535f956 commit 5eaa038

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/lib/storageprototype.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
Storage.prototype.get_and_parse_item = function(key, default_value)
1+
Storage.prototype.get_and_parse_item = function(key, default_value)
22
{
33
var raw_value = this.getItem(key);
44
var value = null;

0 commit comments

Comments
 (0)