editor.js/modules/tools.js
2017-01-10 20:12:32 +03:00

15 lines
197 B
JavaScript

/**
* Codex Editor tools
* This tools will be appended in toolbox
*
* @author Codex Team
* @version 1.0
*/
var tools = (function(tools) {
return tools;
})({});
module.exports = tools;