From e89c337bbea83af286c080d8ae8d642091ad25df Mon Sep 17 00:00:00 2001 From: kayone Date: Wed, 20 Nov 2013 22:29:04 -0800 Subject: [PATCH] fixed intentional error. --- src/UI/Config.js | 4 ---- 1 file changed, 4 deletions(-) diff --git a/src/UI/Config.js b/src/UI/Config.js index 076eaf420..6c44d8857 100644 --- a/src/UI/Config.js +++ b/src/UI/Config.js @@ -17,10 +17,6 @@ define( }, getValue: function (key, defaultValue) { - - - test = ""; - var storeValue = window.localStorage.getItem(key); if (!storeValue) {