Ticket #31334: 31334_a.diff
File 31334_a.diff, 507 bytes (added by , 8 years ago) |
---|
-
wp-includes/js/customize-base.js
331 331 if ( this.has( id ) ) { 332 332 value = this.value( id ); 333 333 this.trigger( 'remove', value ); 334 335 if ( value.container ) { 336 value.container.remove(); 337 } 338 334 339 if ( value.extended( api.Value ) ) 335 340 value.unbind( this._change ); 336 341 delete value.parent;