Remove unnecessary semicolon
This commit is contained in:
parent
cc26260e50
commit
0637882a4b
1 changed files with 1 additions and 1 deletions
|
@ -12,7 +12,7 @@ function StoragePolyfil() {
|
||||||
return this.keyIndex.length;
|
return this.keyIndex.length;
|
||||||
}
|
}
|
||||||
});
|
});
|
||||||
};
|
}
|
||||||
StoragePolyfil.prototype.key = function(idx) {
|
StoragePolyfil.prototype.key = function(idx) {
|
||||||
return this.keyIndex[idx];
|
return this.keyIndex[idx];
|
||||||
};
|
};
|
||||||
|
|
Loading…
Reference in a new issue