Loading template/app/view/cls/Overview.js +1 −1 Original line number Diff line number Diff line Loading @@ -125,7 +125,7 @@ Ext.define('Docs.view.cls.Overview', { Ext.get(m).removeCls('first-child'); }); Ext.Array.forEach(['cfg', 'property', 'method', 'event'], function(type) { Ext.Array.forEach(['cfg', 'property', 'method', 'event', 'css_var', 'css_mixin'], function(type) { var sectionId = '#m-' + type; // Hide the section completely if all items in it are hidden Loading Loading
template/app/view/cls/Overview.js +1 −1 Original line number Diff line number Diff line Loading @@ -125,7 +125,7 @@ Ext.define('Docs.view.cls.Overview', { Ext.get(m).removeCls('first-child'); }); Ext.Array.forEach(['cfg', 'property', 'method', 'event'], function(type) { Ext.Array.forEach(['cfg', 'property', 'method', 'event', 'css_var', 'css_mixin'], function(type) { var sectionId = '#m-' + type; // Hide the section completely if all items in it are hidden Loading