fixed intentional error.

pull/4/head
kayone 11 years ago
parent 0124bd9f1e
commit e89c337bbe

@ -17,10 +17,6 @@ define(
},
getValue: function (key, defaultValue) {
test = "";
var storeValue = window.localStorage.getItem(key);
if (!storeValue) {

Loading…
Cancel
Save