Ticket #31334: 31334.diff
File 31334.diff, 436 bytes (added by , 10 years ago) |
---|
-
customize-base.js
330 330 331 331 if ( this.has( id ) ) { 332 332 value = this.value( id ); 333 if ( value.container ) 334 value.container.remove(); 333 335 this.trigger( 'remove', value ); 334 336 if ( value.extended( api.Value ) ) 335 337 value.unbind( this._change );