Skip to content
Snippets Groups Projects
Commit 76ca5438 authored by Florian Spreckelsen's avatar Florian Spreckelsen
Browse files

STY: Add missing semicolon

parent d56a4e6a
No related branches found
No related tags found
2 merge requests!68DOC: update CHANGELOG,!62FIX: Save WYSIWYG saving in source mode
Pipeline #18071 failed
......@@ -65,7 +65,7 @@ var ext_editmode_wysiwyg_text = function ($, logger, ClassicEditor, edit_mode, g
// Manually implement saving the data since edit mode is not
// a form to be submitted.
_callOnSave.push(() => {
editor.updateSourceElement()
editor.updateSourceElement();
});
} catch (error) {
logger.error(error.stack);
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment