(a.fn.tab = b),
    (a.fn.tab.Constructor = c),
    (a.fn.tab.noConflict = function() {
        return (a.fn.tab = d), this;
    });