Show
Ignore:
Timestamp:
2008-07-25 10:45:15 (6 months ago)
Author:
fredck
Message:

Removed all jslint warnings.
Formatted the What's New? file.
Run fixlineends.

Files:
1 modified

Legend:

Unmodified
Added
Removed
  • FCKeditor/trunk/editor/dialog/fck_anchor.html

    r2139 r2287  
    126126                else 
    127127                { 
    128                         var n ; 
    129                         aNewAnchors.push( ( n = oEditor.FCK.InsertElement( 'a' ), n.name = sNewName, n ) ) ; 
     128                        var n = oEditor.FCK.InsertElement( 'a' ) ; 
     129                        n.name = sNewName ; 
     130                        aNewAnchors.push( n ) ; 
    130131                } 
    131132        }