Remove unnecessary semicolon

new-cordova-2
Lorenz Hübschle-Schneider 7 years ago
parent cc26260e50
commit 0637882a4b
  1. 2
      js/localstorage.js

@ -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…
Cancel
Save