function H()

in src/main/resources/js/prettify.js [18:25]


function H() {
    var x = navigator && navigator.userAgent
            && /\bMSIE 6\./.test(navigator.userAgent);
    H = function() {
        return x
    };
    return x
}