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

DRAFT: Add dummy init

parent 63691c07
No related branches found
No related tags found
2 merge requests!59REL: release 0.4.1,!56ENH: Add a WYSIWYG editor for text properties
Pipeline #16737 passed
......@@ -25,6 +25,11 @@
*/
var ext_editmode_wysiwyg_text = function ($, logger) {
var init = function () {};
return {
init: init,
};
}($, log.getLogger("ext_editmode_wysiwyg_text"));
$(document).ready(() => {
......
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