Changeset 2376
- Timestamp:
- 2008-08-25 22:23:05 (5 months ago)
- Files:
-
- 1 modified
Legend:
- Unmodified
- Added
- Removed
-
FCKeditor/trunk/editor/_source/internals/fckselection_ie.js
r2375 r2376 256 256 FCKSelection.Restore = function() 257 257 { 258 if ( this.SelectionData && this.SelectionData.createRange)258 if ( this.SelectionData ) 259 259 { 260 260 FCK.IsSelectionChangeLocked = true ;