Move log and i18n to their own utils module

This commit is contained in:
Nick O'Leary
2018-04-19 11:23:08 +01:00
parent 7409cb3abb
commit 1cdb039ea2
24 changed files with 101 additions and 72 deletions

View File

@@ -21,12 +21,11 @@
* @type {object}
*/
/**
* @namespace RED
*/
var api = module.exports = {
init: function(runtime) {
init: function(runtime, redUtil) {
api.flows.init(runtime);
api.nodes.init(runtime);
api.settings.init(runtime);