Index: /CKEditor/trunk/CHANGES.html
===================================================================
--- /CKEditor/trunk/CHANGES.html	(revision 5884)
+++ /CKEditor/trunk/CHANGES.html	(revision 5885)
@@ -1,3 +1,3 @@
-﻿﻿<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
+﻿<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
 <!--
 Copyright (c) 2003-2010, CKSource - Frederico Knabben. All rights reserved.
Index: /CKEditor/trunk/_source/core/dom/element.js
===================================================================
--- /CKEditor/trunk/_source/core/dom/element.js	(revision 5884)
+++ /CKEditor/trunk/_source/core/dom/element.js	(revision 5885)
@@ -1,3 +1,3 @@
-﻿﻿/*
+﻿/*
 Copyright (c) 2003-2010, CKSource - Frederico Knabben. All rights reserved.
 For licensing, see LICENSE.html or http://ckeditor.com/license
@@ -1540,17 +1540,17 @@
 
 			return function( type, size, isBorderBox )
-			{
-				if ( typeof size == 'number' )
-				{
-					if ( isBorderBox && !( CKEDITOR.env.ie && CKEDITOR.env.quirks ) )
+				{
+					if ( typeof size == 'number' )
 					{
-						var	adjustment = 0;
-						for ( var i = 0, len = sides [ type ].length; i < len; i++ )
-							adjustment += parseInt( this.getComputedStyle( sides [ type ][ i ] ) || 0, 10 );
-						size -= adjustment;
+						if ( isBorderBox && !( CKEDITOR.env.ie && CKEDITOR.env.quirks ) )
+						{
+							var	adjustment = 0;
+							for ( var i = 0, len = sides [ type ].length; i < len; i++ )
+								adjustment += parseInt( this.getComputedStyle( sides [ type ][ i ] ) || 0, 10 );
+							size -= adjustment;
+						}
+						this.setStyle( type, size + 'px' );
 					}
-					this.setStyle( type, size + 'px' );
-				}
-			}
+				};
 		})()
 	});
Index: /CKEditor/trunk/_source/plugins/bidi/plugin.js
===================================================================
--- /CKEditor/trunk/_source/plugins/bidi/plugin.js	(revision 5884)
+++ /CKEditor/trunk/_source/plugins/bidi/plugin.js	(revision 5885)
@@ -36,5 +36,5 @@
 
 		if ( !selectedElement || selectedElement.getName() == 'body' )
-			return CKEDITOR.TRISTATE_OFF;
+			return;
 
 		var selectionDir = useComputedState ?
Index: /CKEditor/trunk/_source/plugins/domiterator/plugin.js
===================================================================
--- /CKEditor/trunk/_source/plugins/domiterator/plugin.js	(revision 5884)
+++ /CKEditor/trunk/_source/plugins/domiterator/plugin.js	(revision 5885)
@@ -1,3 +1,3 @@
-﻿﻿/*
+﻿/*
 Copyright (c) 2003-2010, CKSource - Frederico Knabben. All rights reserved.
 For licensing, see LICENSE.html or http://ckeditor.com/license
Index: /CKEditor/trunk/_source/plugins/pagebreak/plugin.js
===================================================================
--- /CKEditor/trunk/_source/plugins/pagebreak/plugin.js	(revision 5884)
+++ /CKEditor/trunk/_source/plugins/pagebreak/plugin.js	(revision 5885)
@@ -1,3 +1,3 @@
-﻿﻿/*
+﻿/*
 Copyright (c) 2003-2010, CKSource - Frederico Knabben. All rights reserved.
 For licensing, see LICENSE.html or http://ckeditor.com/license
Index: /CKEditor/trunk/_source/themes/default/theme.js
===================================================================
--- /CKEditor/trunk/_source/themes/default/theme.js	(revision 5884)
+++ /CKEditor/trunk/_source/themes/default/theme.js	(revision 5885)
@@ -1,3 +1,3 @@
-﻿﻿/*
+﻿/*
 Copyright (c) 2003-2010, CKSource - Frederico Knabben. All rights reserved.
 For licensing, see LICENSE.html or http://ckeditor.com/license
