Changeset 102
- Timestamp:
- 05/03/05 06:18:36 (8 years ago)
- Files:
-
- 1 modified
-
trunk/htmlarea.js (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
trunk/htmlarea.js
r96 r102 2888 2888 } else { 2889 2889 img = range.startContainer.previousSibling; 2890 if (!img.tagName) { 2891 // if the cursor is at the beginning of the document 2892 img = range.startContainer.firstChild; 2893 } 2890 2894 } 2891 2895 } else {
