diff --git a/js/localstorage.js b/js/localstorage.js index d1d29f1..05075b3 100644 --- a/js/localstorage.js +++ b/js/localstorage.js @@ -12,7 +12,7 @@ function StoragePolyfil() { return this.keyIndex.length; } }); -}; +} StoragePolyfil.prototype.key = function(idx) { return this.keyIndex[idx]; };