We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 74a29b8 + 7e2eeac commit c9abbecCopy full SHA for c9abbec
plugin.js
@@ -11,7 +11,7 @@ CKEDITOR.plugins.add('markTag', {
11
],
12
init: function (editor) {
13
14
- const style = new CKEDITOR.style({ element: 'mark' })
+ var style = new CKEDITOR.style({ element: 'mark' })
15
16
// Listen for contextual style activation
17
editor.attachStyleStateChange(style, function (state) {
0 commit comments