JasonWoof Got questions, comments, patches, etc.? Contact Jason Woofenden
vanilla ckeditor-3.5.3
[ckeditor.git] / _source / plugins / dialogadvtab / plugin.js
index 3642e5c..1748692 100644 (file)
@@ -1,5 +1,5 @@
 /*\r
-Copyright (c) 2003-2010, CKSource - Frederico Knabben. All rights reserved.\r
+Copyright (c) 2003-2011, CKSource - Frederico Knabben. All rights reserved.\r
 For licensing, see LICENSE.html or http://ckeditor.com/license\r
 */\r
 \r
@@ -36,14 +36,6 @@ function commitAdvParams()
                var attrName = this.att,\r
                        value = this.getValue();\r
 \r
-               // Broadcast Lang Dir change\r
-               if ( attrName == 'dir' )\r
-               {\r
-                       var dir = element.getAttribute( attrName, value );\r
-                       if ( dir != value && element.getParent() )\r
-                                       this._.dialog._.editor.fire( 'dirChanged', element );\r
-               }\r
-\r
                if ( value )\r
                        element.setAttribute( attrName, value );\r
                else\r