8
0
Kamil Piechaczek 5 سال پیش
والد
کامیت
f8faee1c75
1فایلهای تغییر یافته به همراه0 افزوده شده و 2 حذف شده
  1. 0 2
      packages/ckeditor5-list/tests/liststylesui.js

+ 0 - 2
packages/ckeditor5-list/tests/liststylesui.js

@@ -40,8 +40,6 @@ describe( 'ListStylesUI', () => {
 				model = editor.model;
 
 				listStylesCommand = editor.commands.get( 'listStyles' );
-				// numberedListCommand = editor.commands.get( 'numberedList' );
-				// numberedListDropdown = editor.ui.componentFactory.create( 'numberedList' );
 			} );
 	} );