/home/idolaotomotif/www/wp-content/themes/newscrunch/inc/customizer/upsell/customize-controls.js
( function( api ) {

	// Extends our custom "newscrunch-upsell" section.
	api.sectionConstructor['newscrunch-upsell'] = api.Section.extend( {

		// No events for this type of section.
		attachEvents: function () {},

		// Always make the section active.
		isContextuallyActive: function () {
			return true;
		}
	} );

} )( wp.customize );