Changeset 673

Show
Ignore:
Timestamp:
2007-08-17 10:48:13 (17 months ago)
Author:
aleksey
Message:

Small code improvement (redundant checks was removed).

Files:
1 modified

Legend:

Unmodified
Added
Removed
  • FCKeditor/trunk/editor/_source/commandclasses/fck_othercommands.js

    r643 r673  
    101101        // If user wants the font size cleared, we have to find 
    102102        // where the font size tag is and go clear it (if there's one) 
    103         if ( !fontSize || fontSize == null || fontSize == '' ) 
     103        if ( !fontSize ) 
    104104        { 
    105105                var oFont = FCK.Selection.MoveToAncestorNode('FONT');