You appear to be a bot. Output may be restricted
Description
Bind JS handlers to make Customizer preview reload changes asynchronously.
Usage
twentyfourteen_customize_preview_js();
Parameters
Returns
void
Source
File name: twentyfourteen/inc/customizer.php
Lines:
1 to 3 of 3
function twentyfourteen_customize_preview_js() { wp_enqueue_script( 'twentyfourteen_customizer', get_template_directory_uri() . '/js/customizer.js', array( 'customize-preview' ), '20141015', true ); }