Changeset 332
- Timestamp:
- 09/22/05 06:06:17 (8 years ago)
- Files:
-
- 1 modified
-
trunk/htmlarea.js (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
trunk/htmlarea.js
r331 r332 3223 3223 link = this.getParentElement(); 3224 3224 if (link) { 3225 if (/^img$/i.test(link.tagName))3225 while (link && !/^a$/i.test(link.tagName)) 3226 3226 link = link.parentNode; 3227 if (!/^a$/i.test(link.tagName))3228 link = null;3229 3227 } 3230 3228 }
