function X()

in src/main/resources/js/prettify.js [48:50]


    function X(b) {
        return b >= "a" && b <= "z" || b >= "A" && b <= "Z"
    }