Skip to content

Commit

Permalink
Merge pull request #8 from peter-neumann-dev/hotfix/unsopported-es6-f…
Browse files Browse the repository at this point in the history
…eature

[HOTFIX] 🚑️ fix unsupported ES6 JavaScript validated with ckbuilder
  • Loading branch information
peter-neumann-dev authored Jul 12, 2022
2 parents 74a29b8 + 7e2eeac commit c9abbec
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion plugin.js
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ CKEDITOR.plugins.add('markTag', {
],
init: function (editor) {

const style = new CKEDITOR.style({ element: 'mark' })
var style = new CKEDITOR.style({ element: 'mark' })

// Listen for contextual style activation
editor.attachStyleStateChange(style, function (state) {
Expand Down

0 comments on commit c9abbec

Please sign in to comment.