Changed cleanNodeList to cleanModuleList

This commit is contained in:
Anna Thomas
2014-11-26 16:41:31 +00:00
parent bb6e27f662
commit 8f2a0b63d9
3 changed files with 11 additions and 6 deletions

View File

@@ -129,7 +129,7 @@ module.exports = {
getNodeConfig: registry.getNodeConfig,
clearRegistry: registry.clear,
cleanNodeList: registry.cleanNodeList,
cleanModuleList: registry.cleanModuleList,
// Flow handling
loadFlows: flows.load,