vfxdude
11/16/2017 - 4:02 PM

test snippet

just a test

api.control.each( function( control ) {
	if ( control.expanded && control.expanded() && _.isFunction( control.collapse ) ) {
		expandedControls.push( control );
	}
});
api.section.each( function( section ) {
	if ( section.expanded() ) {
		expandedSections.push( section );
	}
});
api.panel.each( function( panel ) {
	if ( panel.expanded() ) {
		expandedPanels.push( panel );
	}
});

// Github sync test...