editor.js/modules/tools.js
2017-01-10 21:25:22 +03:00

7 lines
84 B
JavaScript

var tools = (function(tools) {
return tools;
})({});
module.exports = tools;