Ticket #6315: 6315.patch
File 6315.patch, 507 bytes (added by , 15 years ago) |
---|
-
_source/plugins/div/dialogs/div.js
508 508 }, 509 509 onHide : function() 510 510 { 511 this._element.removeCustomData( 'elementStyle' ); 511 // Remove custom style only when editing existing DIV. (#6108) 512 this._element && this._element.removeCustomData( 'elementStyle' ); 512 513 delete this._element; 513 514 } 514 515 };