Skip to content

Commit c9abbec

Browse files
Merge pull request #8 from peter-neumann-dev/hotfix/unsopported-es6-feature
[HOTFIX] 🚑️ fix unsupported ES6 JavaScript validated with ckbuilder
2 parents 74a29b8 + 7e2eeac commit c9abbec

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

plugin.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ CKEDITOR.plugins.add('markTag', {
1111
],
1212
init: function (editor) {
1313

14-
const style = new CKEDITOR.style({ element: 'mark' })
14+
var style = new CKEDITOR.style({ element: 'mark' })
1515

1616
// Listen for contextual style activation
1717
editor.attachStyleStateChange(style, function (state) {

0 commit comments

Comments
 (0)