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