Changeset 772
- Timestamp:
- 2007-09-04 09:01:20 (15 months ago)
- Files:
-
- 1 modified
Legend:
- Unmodified
- Added
- Removed
-
FCKeditor/trunk/editor/_source/classes/fckeditingarea.js
r770 r772 311 311 function FCKEditingArea_Cleanup() 312 312 { 313 if ( this.Document ) 314 this.Document.body.innerHTML = "" ; 313 315 this.TargetElement = null ; 314 316 this.IFrame = null ;