Skip to content

Commit ee1efd1

Browse files
author
Éric Araujo
committed
fix typo
1 parent 3cbb7b9 commit ee1efd1

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

  • django_ckeditor_5/static/django_ckeditor_5

django_ckeditor_5/static/django_ckeditor_5/app.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -82,7 +82,7 @@ function createEditors(element = document.body) {
8282
return regex;
8383
}
8484
if (value.toString().startsWith('::function::-')) {
85-
var funName = value.toString().split('-')[1]
85+
var funcName = value.toString().split('-')[1]
8686
// callback must be installed into this global object first
8787
var func = window.djangoCKEditor5Functions[funcName]
8888
return func;

0 commit comments

Comments
 (0)