Index: /CKEditor/branches/versions/3.4.x/_source/plugins/bidi/plugin.js
===================================================================
--- /CKEditor/branches/versions/3.4.x/_source/plugins/bidi/plugin.js	(revision 5734)
+++ /CKEditor/branches/versions/3.4.x/_source/plugins/bidi/plugin.js	(revision 5735)
@@ -3,6 +3,7 @@
 For licensing, see LICENSE.html or http://ckeditor.com/license
 */
-(function(){
 
+(function()
+{
 	var guardElements = { table:1, ul:1, ol:1, blockquote:1, div:1 };
 	var directSelectionGuardElements = {};
@@ -37,8 +38,4 @@
 	}
 
-	/**
-	 *
-	 * @param {!CKEDITOR.dom.element} element
-	 */
 	function switchDir( element, dir, editor )
 	{
@@ -51,11 +48,4 @@
 	}
 
-	/**
-	 *
-	 * @param {CKEDITOR.dom.selection} selection
-	 * @param {Object<name,int>} elements
-	 *
-	 * @return {?CKEDITOR.dom.element} Fully selected element.
-	 */
 	function getFullySelected( selection, elements )
 	{
