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

Removed unneeded initComponent from OverviewPanel.

parent c13702f7
Loading
Loading
Loading
Loading
+0 −14
Original line number Diff line number Diff line
@@ -51,20 +51,6 @@ Ext.define('Docs.OverviewPanel', {
        }
    },

    initComponent: function() {
        this.dockedItems = [
            this.toolbar = Ext.create('Docs.OverviewToolbar', {
              docClass: this.docClass
            })
        ];

        if (Ext.get('doc-overview-content')) {
            this.contentEl = 'doc-overview-content';
        }

        this.callParent(arguments);
    },

    /**
     * Renders class documentation in this panel.
     *