Theme Customizer: Remove redundant call to wp_enqueue_script. see #19910.

git-svn-id: http://svn.automattic.com/wordpress/trunk@20507 1a063a9b-81f0-0310-95a4-ce76da25c4cd
This commit is contained in:
koopersmith 2012-04-18 17:17:14 +00:00
parent 1d73aae054
commit 6b32b6a9fa

View File

@ -70,9 +70,6 @@ class WP_Customize_Control {
wp_enqueue_script( 'farbtastic' );
wp_enqueue_style( 'farbtastic' );
break;
case 'upload':
wp_enqueue_script( 'wp-plupload' );
break;
}
}