1
0
mirror of https://github.com/Radarr/Radarr.git synced 2026-04-16 21:15:33 -04:00

testing jshint.

This commit is contained in:
kayone
2013-11-20 22:20:40 -08:00
parent 4a5120a921
commit 499a34166f

View File

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