From 1a5751ff1df8c32055e69cbaaf0605bfff5495ec Mon Sep 17 00:00:00 2001 From: Anna Thomas Date: Fri, 5 Dec 2014 16:45:32 +0000 Subject: [PATCH] Update removeModule to reflect getNodeModuleInfo changes --- red/nodes/index.js | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/red/nodes/index.js b/red/nodes/index.js index 72fe265f5..1e85a0bdc 100644 --- a/red/nodes/index.js +++ b/red/nodes/index.js @@ -83,8 +83,8 @@ function removeModule(module) { if (!info) { throw new Error("Unrecognised module: "+module); } else { - for (var i=0;i