Changeset 1207
- Timestamp:
- 11/08/09 03:12:07 (3 years ago)
- Files:
-
- 1 modified
-
trunk/modules/InternetExplorer/InternetExplorer.js (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
trunk/modules/InternetExplorer/InternetExplorer.js
r1201 r1207 771 771 { 772 772 if (!sel) sel = this.getSelection(); 773 if(sel.type == 'None') this.focusEditor(); 773 774 return sel.createRange(); 774 775 };
