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

Make docs app work on top of ext-4.0.2a.

Use "" instead of null for baseCls cfg.
parent 507d2cfe
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -427,7 +427,7 @@ Ext.define('Docs.view.Tabs', {
        }

        this.overflowButton = Ext.create('Ext.button.Button', {
            baseCls: null,
            baseCls: "",
            renderTo: 'tabOverflow',
            menu: {
                id: 'tabOverflowMenu',