comparison src/formats/xhtml.js @ 25:80bf0adc9efd

remove format oo
author Franklin Schmidt <fschmidt@gmail.com>
date Tue, 09 Aug 2022 23:15:58 -0600
parents 80a86fb8f2b7
children 8165b83907af
comparison
equal deleted inserted replaced
24:80a86fb8f2b7 25:80bf0adc9efd
484 * @class xhtml 484 * @class xhtml
485 * @name jQuery.sceditor.plugins.xhtml 485 * @name jQuery.sceditor.plugins.xhtml
486 * @since v1.4.1 486 * @since v1.4.1
487 */ 487 */
488 function xhtmlFormat() { 488 function xhtmlFormat() {
489 var base = this; 489 var base = {};
490 490
491 /** 491 /**
492 * Tag converters cache 492 * Tag converters cache
493 * @type {Object} 493 * @type {Object}
494 * @private 494 * @private
878 } 878 }
879 } 879 }
880 } 880 }
881 }); 881 });
882 }; 882 };
883
884 return base;
883 }; 885 };
884 886
885 /** 887 /**
886 * Tag conveters, a converter is applied to all 888 * Tag conveters, a converter is applied to all
887 * tags that match the criteria. 889 * tags that match the criteria.