mirror of
https://github.com/codex-team/editor.js
synced 2026-03-16 07:35:48 +01:00
* cover restoring fixed * upd * fetch fixed in safari * updated * plugins * plugins ready * code improved * fixed bug with backspace * improved architecture
7 lines
84 B
JavaScript
7 lines
84 B
JavaScript
var tools = (function(tools) {
|
|
|
|
return tools;
|
|
|
|
})({});
|
|
|
|
module.exports = tools;
|