浏览代码

Remove leftover, correct namespace.

Mateusz Samsel 6 年之前
父节点
当前提交
6fdb852c6e

+ 1 - 1
packages/ckeditor5-paste-from-office/src/filters/removeboldwrapper.js

@@ -4,7 +4,7 @@
  */
 
 /**
- * @module paste-from-office/filters/removeboldtagwrapper
+ * @module paste-from-office/filters/removeboldwrapper
  */
 
 /**

+ 0 - 1
packages/ckeditor5-paste-from-office/tests/pastefromoffice.js

@@ -75,7 +75,6 @@ describe( 'PasteFromOffice', () => {
 	// @param {Boolean} shouldBeProcessed determines if data should be marked as processed with isTransformedWithPasteFromOffice flag
 	// @param {Boolean} [isAlreadyProcessed=false] apply flag before paste from office plugin will transform the data object
 	function checkDataProcessing( inputString, shouldBeProcessed, isAlreadyProcessed = false ) {
-		// const htmlDataProcessor = new HtmlDataProcessor();
 		const data = {
 			content: htmlDataProcessor.toView( inputString ),
 			dataTransfer: createDataTransfer( { 'text/html': inputString } )