Loading template/app/controller/Classes.js +1 −1 Original line number Diff line number Diff line Loading @@ -70,7 +70,7 @@ Ext.define('Docs.controller.Classes', { ); Ext.getBody().addListener('click', function(event, el) { this.handleUrlClick(el.href, event); this.handleUrlClick(decodeURI(el.href), event); }, this, { preventDefault: true, delegate: '.docClass' Loading template/app/view/Tabs.js +2 −0 Original line number Diff line number Diff line Loading @@ -286,6 +286,7 @@ Ext.define('Docs.view.Tabs', { docTab.dom.removed = true; if (Ext.isIE) { docTab.remove(); this.createOverflow(); } else { docTab.animate({ to: { top: 30 }, Loading @@ -297,6 +298,7 @@ Ext.define('Docs.view.Tabs', { afteranimate: function() { docTab.remove(); this.shouldResize = true; this.createOverflow(); }, scope: this } Loading Loading
template/app/controller/Classes.js +1 −1 Original line number Diff line number Diff line Loading @@ -70,7 +70,7 @@ Ext.define('Docs.controller.Classes', { ); Ext.getBody().addListener('click', function(event, el) { this.handleUrlClick(el.href, event); this.handleUrlClick(decodeURI(el.href), event); }, this, { preventDefault: true, delegate: '.docClass' Loading
template/app/view/Tabs.js +2 −0 Original line number Diff line number Diff line Loading @@ -286,6 +286,7 @@ Ext.define('Docs.view.Tabs', { docTab.dom.removed = true; if (Ext.isIE) { docTab.remove(); this.createOverflow(); } else { docTab.animate({ to: { top: 30 }, Loading @@ -297,6 +298,7 @@ Ext.define('Docs.view.Tabs', { afteranimate: function() { docTab.remove(); this.shouldResize = true; this.createOverflow(); }, scope: this } Loading