File "customize-controls.js"

Full Path: /websites/hqoliveoil/site/wp-content/themes/fairy/candidthemes/customizer-pro/customize-controls.js
File size: 331 bytes
MIME-type: text/plain
Charset: utf-8

( function( api ) {

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

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

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

} )( wp.customize );