in eng/common/docgeneration/templates/matthews/styles/main.js [87:90]
xmlHttp.onreadystatechange = function () { if (xmlHttp.readyState == 4 && xmlHttp.status == 200) callback(xmlHttp.responseText); }