Changeset 5177
- Timestamp:
- 02/24/10 18:12:02 (3 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
CKEditor/trunk/_source/plugins/tabletools/dialogs/tableCell.js
r5149 r5177 238 238 textAlignStyle = element.getStyle( 'text-align'); 239 239 240 this.setValue( textAlignStyle || alignAttr );240 this.setValue( textAlignStyle || alignAttr || '' ); 241 241 }, 242 242 commit : function( selectedCell ) … … 284 284 } 285 285 286 this.setValue( vAlignStyle || vAlignAttr );286 this.setValue( vAlignStyle || vAlignAttr || '' ); 287 287 }, 288 288 commit : function( element )
Note: See TracChangeset
for help on using the changeset viewer.
