Index: /CKEditor/trunk/_source/core/dom/element.js
===================================================================
--- /CKEditor/trunk/_source/core/dom/element.js	(revision 3460)
+++ /CKEditor/trunk/_source/core/dom/element.js	(revision 3461)
@@ -1166,5 +1166,5 @@
 			{
 				x += this.$.clientLeft ? 1 : 0;
-				y += this.$.clientTop ? 1 : 0;;
+				y += this.$.clientTop ? 1 : 0;
 			}
 
@@ -1355,5 +1355,4 @@
 		{
 			return this.$.childNodes.length;
- 		},
-
+ 		}
 	});
Index: /CKEditor/trunk/_source/core/dom/node.js
===================================================================
--- /CKEditor/trunk/_source/core/dom/node.js	(revision 3460)
+++ /CKEditor/trunk/_source/core/dom/node.js	(revision 3461)
@@ -282,5 +282,5 @@
 				{
 					return !node.equals( guardNode );
-				}
+				};
 			}
 
@@ -316,5 +316,5 @@
 				{
 					return !node.equals( guardNode );
-				}
+				};
 			}
 
Index: /CKEditor/trunk/_source/core/dom/walker.js
===================================================================
--- /CKEditor/trunk/_source/core/dom/walker.js	(revision 3460)
+++ /CKEditor/trunk/_source/core/dom/walker.js	(revision 3461)
@@ -30,5 +30,5 @@
 
 					return originalGuard( node );
-				}
+				};
 			}
 			else
