X-Git-Url: https://jasonwoof.com/gitweb/?a=blobdiff_plain;f=_source%2Fcore%2Fdom%2Fwalker.js;h=1bf0eab1c65e5ec8245af210d021a7e68c3f6479;hb=refs%2Ftags%2Fv3.4.1;hp=1ef87f576869df20dd2fb2881d0d1fec272e7320;hpb=e7789c1ad838194d45eeee6ac2eb6e55f5cf35a1;p=ckeditor.git diff --git a/_source/core/dom/walker.js b/_source/core/dom/walker.js index 1ef87f5..1bf0eab 100644 --- a/_source/core/dom/walker.js +++ b/_source/core/dom/walker.js @@ -359,12 +359,6 @@ For licensing, see LICENSE.html or http://ckeditor.com/license { return this.blockBoundary( { br : 1 } ); }; - /** - * Whether the node is a bookmark node's inner text node. - */ - CKEDITOR.dom.walker.bookmarkContents = function( node ) - { - }, /** * Whether the to-be-evaluated node is a bookmark node OR bookmark node @@ -380,7 +374,7 @@ For licensing, see LICENSE.html or http://ckeditor.com/license { return ( node && node.getName && node.getName() == 'span' - && node.hasAttribute('_fck_bookmark') ); + && node.hasAttribute('_cke_bookmark') ); } return function( node )