Changeset 433

Show
Ignore:
Timestamp:
2007-07-10 16:44:16 (18 months ago)
Author:
fredck
Message:

Removed a redundant call.

Files:
1 modified

Legend:

Unmodified
Added
Removed
  • FCKeditor/trunk/editor/_source/classes/fckdomrange_ie.js

    r407 r433  
    4040                { 
    4141                        this._Range.setStart( this.Window.document.body, 0 ); 
    42                         this._Range.setEnd( this.Window.document.body, 0 ); 
    43                         this._Range.collapse(); 
     42                        this._Range.collapse( true ); 
    4443                        this._UpdateElementInfo(); 
    4544                        return;