Make WordPress Core

Ticket #31334: 31334.diff

File 31334.diff, 436 bytes (added by Aniruddh, 10 years ago)

Self patch added

  • customize-base.js

     
    330330
    331331                        if ( this.has( id ) ) {
    332332                                value = this.value( id );
     333                if ( value.container )
     334                                        value.container.remove();
    333335                                this.trigger( 'remove', value );
    334336                                if ( value.extended( api.Value ) )
    335337                                        value.unbind( this._change );