Skip to content

Commit 8f8e362

Browse files
'icons' is not a documented member for plugin definition objects in 'ckeditor'.
1 parent d35c031 commit 8f8e362

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

ckeditor/ckeditor-tests.ts

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -282,7 +282,6 @@ function test_adding_dialog_by_definition() {
282282

283283
function test_adding_plugin() {
284284
CKEDITOR.plugins.add( 'abbr', {
285-
icons: 'abbr',
286285
init: function( editor: CKEDITOR.editor ) {
287286
// empty logic
288287
}

0 commit comments

Comments
 (0)