function zip_DeflateBuffer()

in themes/docsy/static/js/deflate.js [153:158]


    function zip_DeflateBuffer() {
        this.next = null;
        this.len = 0;
        this.ptr = new Array(zip_OUTBUFSIZ);
        this.off = 0;
    }