forIn(mraid1Props, function (key, val) {
            if (typeof mraidObj[key] !== val) {
                report.issues.push(key + ' equals ' + typeof mraidObj[key]);
            }
        });