Skip to content

Commit 6e56c37

Browse files
committed
Updated comment
1 parent 2f1d2fe commit 6e56c37

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

frontend/src/modules/scaffold/backboneFormsOverrides.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -116,7 +116,7 @@ define([
116116
enterMode: CKEDITOR[Origin.constants.ckEditorEnterMode],
117117
entities: false,
118118
htmlSupport: {
119-
// Convert all allow/disallow values to regexp, as config is json only
119+
// Convert all allow/disallow strings to regexp, as config is json only
120120
allow: convertStringsToRegExDeep((Origin.constants.ckEditorHtmlSupport && Origin.constants.ckEditorHtmlSupport.allow) || []),
121121
disallow: convertStringsToRegExDeep((Origin.constants.ckEditorHtmlSupport && Origin.constants.ckEditorHtmlSupport.disallow) || [])
122122
},

0 commit comments

Comments
 (0)