Ticket #4678: 4678.patch
File 4678.patch, 552 bytes (added by , 13 years ago) |
---|
-
_source/plugins/table/dialogs/table.js
380 380 var widthMatch = widthPattern.exec( selectedTable.$.style.width ); 381 381 if ( widthMatch ) 382 382 this.setValue( widthMatch[1] ); 383 else 384 this.setValue( '' ); 383 385 }, 384 386 commit : commitValue 385 387 },