Skip to content

Commit b54faf0

Browse files
author
Chris K
committed
Run cleanrepo.
1 parent 91c7e39 commit b54faf0

File tree

2 files changed

+1743
-1743
lines changed

2 files changed

+1743
-1743
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)