Skip to content

Commit 93d3318

Browse files
committed
Reviewed plugins dependencies. Fixes #13056.
1 parent d70da21 commit 93d3318

File tree

2 files changed

+2
-1
lines changed

2 files changed

+2
-1
lines changed

plugins/notification/plugin.js

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -7,6 +7,7 @@
77

88
CKEDITOR.plugins.add( 'notification', {
99
lang: 'en', // %REMOVE_LINE_CORE%
10+
requires: 'toolbar',
1011

1112
init: function( editor ) {
1213
editor._.notificationArea = new Area( editor );

plugins/uploadimage/plugin.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@
1818
},
1919

2020
init: function( editor ) {
21-
// Do not execute this paste lister if it will not be possible to upload file.
21+
// Do not execute this paste listener if it will not be possible to upload file.
2222
if ( !CKEDITOR.plugins.clipboard.isFileApiSupported ) {
2323
return;
2424
}

0 commit comments

Comments
 (0)