Index: /CKEditor/branches/prototype/_source/core/_bootstrap.js
===================================================================
--- /CKEditor/branches/prototype/_source/core/_bootstrap.js	(revision 2616)
+++ /CKEditor/branches/prototype/_source/core/_bootstrap.js	(revision 2617)
Index: /CKEditor/branches/prototype/_source/core/config.js
===================================================================
--- /CKEditor/branches/prototype/_source/core/config.js	(revision 2616)
+++ /CKEditor/branches/prototype/_source/core/config.js	(revision 2617)
@@ -208,5 +208,5 @@
 	/**
 	 * The opacity of the dialog background cover. It should be a number within the range [0.0, 1.0].
-	 * @type Number 
+	 * @type Number
 	 * @default 0.5
 	 * @example
@@ -217,5 +217,5 @@
 	/**
 	 * The distance of magnetic borders used in moving and resizing dialogs, measured in pixels.
-	 * @type Number 
+	 * @type Number
 	 * @default 20
 	 * @example
@@ -229,5 +229,5 @@
 	 * @default ['regular_smile.gif','sad_smile.gif','wink_smile.gif','teeth_smile.gif','confused_smile.gif','tounge_smile.gif','embaressed_smile.gif','omg_smile.gif','whatchutalkingabout_smile.gif','angry_smile.gif','angel_smile.gif','shades_smile.gif','devil_smile.gif','cry_smile.gif','lightbulb.gif','thumbs_down.gif','thumbs_up.gif','heart.gif','broken_heart.gif','kiss.gif','envelope.gif']
 	 * @example
-	 * config.smileyImages = [ 'tounge.gif', 'smile.gif', 'laugh.gif' ]; 
+	 * config.smileyImages = [ 'tounge.gif', 'smile.gif', 'laugh.gif' ];
 	 */
 	smileyImages : ['regular_smile.gif','sad_smile.gif','wink_smile.gif','teeth_smile.gif','confused_smile.gif','tounge_smile.gif','embaressed_smile.gif','omg_smile.gif','whatchutalkingabout_smile.gif','angry_smile.gif','angel_smile.gif','shades_smile.gif','devil_smile.gif','cry_smile.gif','lightbulb.gif','thumbs_down.gif','thumbs_up.gif','heart.gif','broken_heart.gif','kiss.gif','envelope.gif'],
Index: /CKEditor/branches/prototype/_source/core/dom/document.js
===================================================================
--- /CKEditor/branches/prototype/_source/core/dom/document.js	(revision 2616)
+++ /CKEditor/branches/prototype/_source/core/dom/document.js	(revision 2617)
@@ -68,21 +68,21 @@
 			}
 		},
-		
+
 		createElement : function( name, attribsAndStyles )
 		{
 			var element = new CKEDITOR.dom.element( name, this );
-			
+
 			if ( attribsAndStyles )
 			{
 				if ( attribsAndStyles.attributes )
 					element.setAttributes( attribsAndStyles.attributes );
-				
+
 				if ( attribsAndStyles.styles )
 					element.setStyles( attribsAndStyles.styles );
 			}
-			
+
 			return element;
 		},
-		
+
 		createText : function( text )
 		{
Index: /CKEditor/branches/prototype/_source/core/dom/documentFragment.js
===================================================================
--- /CKEditor/branches/prototype/_source/core/dom/documentFragment.js	(revision 2616)
+++ /CKEditor/branches/prototype/_source/core/dom/documentFragment.js	(revision 2617)
@@ -34,5 +34,5 @@
 
 		append : elementPrototype.append,
-		
+
 		appendTo : function( targetElement )
 		{
Index: /CKEditor/branches/prototype/_source/core/dom/text.js
===================================================================
--- /CKEditor/branches/prototype/_source/core/dom/text.js	(revision 2616)
+++ /CKEditor/branches/prototype/_source/core/dom/text.js	(revision 2617)
@@ -73,5 +73,5 @@
 		 */
 		type : CKEDITOR.NODE_TEXT,
-		
+
 		getLength : function()
 		{
@@ -83,5 +83,5 @@
 			return this.$.nodeValue;
 		},
-		
+
 		/**
 		 * Breaks this text node into two nodes at the specified offset,
@@ -98,9 +98,9 @@
 			return new CKEDITOR.dom.text( this.$.splitText( offset ) );
 		},
-		
+
 		/**
 		 * Extracts characters from indexA up to but not including indexB.
 		 * @param {Number} indexA An integer between 0 and one less than the
-		 *		length of the text. 
+		 *		length of the text.
 		 * @param {Number} [indexB] An integer between 0 and the length of the
 		 *		string. If omitted, extracts characters to the end of the text.
Index: /CKEditor/branches/prototype/_source/core/editor.js
===================================================================
--- /CKEditor/branches/prototype/_source/core/editor.js	(revision 2616)
+++ /CKEditor/branches/prototype/_source/core/editor.js	(revision 2617)
@@ -51,5 +51,5 @@
 
 		var loadedConfig = loadConfigLoaded[ customConfig ] || ( loadConfigLoaded[ customConfig ] = {} );
- 
+
 
 		// If the custom config has already been downloaded, reuse it.
Index: /CKEditor/branches/prototype/_source/skins/default/dialog_ie6.js
===================================================================
--- /CKEditor/branches/prototype/_source/skins/default/dialog_ie6.js	(revision 2616)
+++ /CKEditor/branches/prototype/_source/skins/default/dialog_ie6.js	(revision 2617)
