function zip_DeflateCT()

in themes/docsy/static/js/deflate.js [126:129]


    function zip_DeflateCT() {
        this.fc = 0; // frequency count or bit string
        this.dl = 0; // father node in Huffman tree or length of bit string
    }