mirror of
https://github.com/gosticks/wordpress-develop.git
synced 2026-06-28 22:30:04 +00:00
Fix JSHint errors introduced in [30014].
props adamsilverstein. see #29572. git-svn-id: https://develop.svn.wordpress.org/trunk@30024 602fd350-edb4-49c9-b593-d223f7449a82
This commit is contained in:
@@ -161,8 +161,9 @@
|
||||
*/
|
||||
renderContent: function( callback ) {
|
||||
var template,
|
||||
selector = 'customize-control-' + this.params.type + '-content',
|
||||
callback = callback || function(){};
|
||||
selector = 'customize-control-' + this.params.type + '-content';
|
||||
|
||||
callback = callback || function(){};
|
||||
if ( 0 !== $( '#tmpl-' + selector ).length ) {
|
||||
template = wp.template( selector );
|
||||
if ( template && this.container ) {
|
||||
|
||||
Reference in New Issue
Block a user