Changeset 865
- Timestamp:
- 07/16/07 18:12:54 (6 years ago)
- Files:
-
- 1 modified
-
trunk/modules/InternetExplorer/InternetExplorer.js (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
trunk/modules/InternetExplorer/InternetExplorer.js
r839 r865 306 306 Xinha.prototype.restoreSelection = function(savedSelection) 307 307 { 308 savedSelection.select();308 try { savedSelection.select() } catch (e) {}; 309 309 } 310 310
