get the right key from localStorage

This commit is contained in:
j 2013-03-22 14:45:40 +00:00
parent 5ec7b1cf2d
commit a912e7951d
1 changed files with 1 additions and 1 deletions

View File

@ -34,7 +34,7 @@ appPanel
//fails if localStorage does not exist or
//if third party cookies are disabled
try {
return localStorage['pandora.enableDebugMode'];
return localStorage[key];
} catch(e) {}
}
var animationInterval,