Index: /CKEditor/trunk/_source/core/dom/element.js
===================================================================
--- /CKEditor/trunk/_source/core/dom/element.js	(revision 3631)
+++ /CKEditor/trunk/_source/core/dom/element.js	(revision 3632)
@@ -1102,5 +1102,6 @@
 				body = this.getDocument().getBody();
 
-			if ( document.documentElement[ "getBoundingClientRect" ] ) {
+			if ( document.documentElement[ "getBoundingClientRect" ] )
+			{
 				var box  = this.$.getBoundingClientRect(),
 					doc = this.getDocument().$,
@@ -1136,4 +1137,5 @@
 						scrollElement = scrollElement.getParent();
 					}
+				}
 
 				previous = current;
@@ -1156,5 +1158,6 @@
 			}
 
-			if ( !document.documentElement[ "getBoundingClientRect" ] ) {
+			if ( !document.documentElement[ "getBoundingClientRect" ] )
+			{
 				// In Firefox, we'll endup one pixel before the element positions,
 				// so we must add it here.
