diff --git a/www/common/outer/userObject.js b/www/common/outer/userObject.js index 4051c79c1..7108da936 100644 --- a/www/common/outer/userObject.js +++ b/www/common/outer/userObject.js @@ -935,7 +935,7 @@ define([ } }; var fixStaticData = function () { - if (Util.isObject(files[STATIC_DATA])) { + if (!Util.isObject(files[STATIC_DATA])) { debug("STATIC_DATA was not an object"); files[STATIC_DATA] = {}; }