JasonWoof Got questions, comments, patches, etc.? Contact Jason Woofenden
vanilla ckeditor-3.6
[ckeditor.git] / _source / plugins / htmldataprocessor / plugin.js
index 677d8f3..ad6fa47 100644 (file)
@@ -95,14 +95,7 @@ For licensing, see LICENSE.html or http://ckeditor.com/license
        delete blockLikeTags.pre;\r
        var defaultDataFilterRules =\r
        {\r
-               elements : {\r
-                       a : function( element )\r
-                       {\r
-                               var attrs = element.attributes;\r
-                               if ( attrs && attrs[ 'data-cke-saved-name' ] )\r
-                                       attrs[ 'class' ] = ( attrs[ 'class' ] ? attrs[ 'class' ] + ' ' : '' ) + 'cke_anchor';\r
-                       }\r
-               },\r
+               elements : {},\r
                attributeNames :\r
                [\r
                        // Event attributes (onXYZ) must not be directly set. They can become\r