Changeset 3461
- Timestamp:
- 05/05/09 06:57:35 (4 years ago)
- Location:
- CKEditor/trunk/_source/core/dom
- Files:
-
- 3 edited
Legend:
- Unmodified
- Added
- Removed
-
CKEditor/trunk/_source/core/dom/element.js
r3456 r3461 1166 1166 { 1167 1167 x += this.$.clientLeft ? 1 : 0; 1168 y += this.$.clientTop ? 1 : 0; ;1168 y += this.$.clientTop ? 1 : 0; 1169 1169 } 1170 1170 … … 1355 1355 { 1356 1356 return this.$.childNodes.length; 1357 }, 1358 1357 } 1359 1358 }); -
CKEditor/trunk/_source/core/dom/node.js
r3456 r3461 282 282 { 283 283 return !node.equals( guardNode ); 284 } 284 }; 285 285 } 286 286 … … 316 316 { 317 317 return !node.equals( guardNode ); 318 } 318 }; 319 319 } 320 320 -
CKEditor/trunk/_source/core/dom/walker.js
r3394 r3461 30 30 31 31 return originalGuard( node ); 32 } 32 }; 33 33 } 34 34 else
Note: See TracChangeset
for help on using the changeset viewer.
