Commit d9b93ec8 authored by Rene Saarsoo's avatar Rene Saarsoo
Browse files

Remove first tab overflow button creation.

At creation of Tabs component the overflow button creation was
triggered twice - first by afterrender, then by resize.  Removed
the first as having it twice caused a crash in Ext JS 4.1.
parent 33def6ba
Loading
Loading
Loading
Loading
+1 −3
Original line number Diff line number Diff line
@@ -133,8 +133,6 @@ Ext.define('Docs.view.Tabs', {
                this.resizeTabs({animate: true});
            }
        }, this);

        this.createOverflowButton();
    },

    /**