editor.js/modules/tools.js
khaydarov 458c834dc9 new redactor version (#94)
* new redactor version

* update

* update

* bundler config updated

* clear bundler without plugins
2016-12-07 21:25:31 +03:00

11 lines
140 B
JavaScript

var codex = require('../editor');
var tools = (function(tools) {
return tools;
})({});
codex.tools = tools;
module.exports = tools;