'icons' is not a documented member for plugin definition objects in 'ckeditor'.

This commit is contained in:
Daniel Rosenwasser
2015-08-11 12:43:20 -07:00
parent d35c031331
commit 8f8e362fc0
-1
View File
@@ -282,7 +282,6 @@ function test_adding_dialog_by_definition() {
function test_adding_plugin() {
CKEDITOR.plugins.add( 'abbr', {
icons: 'abbr',
init: function( editor: CKEDITOR.editor ) {
// empty logic
}