Changeset 728
- Timestamp:
- 2007-08-27 12:26:10 (3 years ago)
- Files:
-
- 1 modified
-
FCKeditor/trunk/editor/_source/internals/fck.js (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
FCKeditor/trunk/editor/_source/internals/fck.js
r716 r728 93 93 oKeystrokeHandler.SetKeystrokes( [ SHIFT + 45, true ] ) ; 94 94 } 95 96 // Retain default behavior for Ctrl-Backspace. (Bug #362) 97 oKeystrokeHandler.SetKeystrokes( [ CTRL + 8, true ] ) ; 95 98 96 99 this.EditingArea = new FCKEditingArea( document.getElementById( 'xEditingArea' ) ) ;