Add a space to let it shine.

This commit is contained in:
Konstantin Obenland 2012-12-28 08:38:18 -08:00
parent 5bfc37093b
commit faf979bb4d
1 changed files with 2 additions and 2 deletions

View File

@ -23,8 +23,8 @@ add_action( 'customize_register', '_s_customize_register' );
* Binds JS handlers to make Theme Customizer preview reload changes asynchronously.
*
* @since _s 1.2
*/
*/
function _s_customize_preview_js() {
wp_enqueue_script( '_s_customizer', get_template_directory_uri() . '/js/customizer.js', array( 'customize-preview' ), '20120827', true );
}
add_action( 'customize_preview_init', '_s_customize_preview_js' );
add_action( 'customize_preview_init', '_s_customize_preview_js' );