Ticket #5646: 5646.patch

File 5646.patch, 395 bytes (added by Garry Yao, 14 years ago)
  • _source/core/htmlparser/fragment.js

     
    386386
    387387                parser.onComment = function( comment )
    388388                {
     389                        checkPending();
    389390                        currentNode.add( new CKEDITOR.htmlParser.comment( comment ) );
    390391                };
    391392
© 2003 – 2022, CKSource sp. z o.o. sp.k. All rights reserved. | Terms of use | Privacy policy