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