mirror of https://github.com/node-red/node-red.git
Apply suggestion from @knolleary
parent
746badcbf5
commit
925d4980ab
|
|
@ -552,6 +552,8 @@ function clear() {
|
|||
nodeConfigCache = {};
|
||||
moduleConfigs = {};
|
||||
moduleNodes = {};
|
||||
icon_paths = {};
|
||||
iconCache = {};
|
||||
nodeList = [];
|
||||
nodeConstructors = {};
|
||||
nodeOptions = {};
|
||||
|
|
|
|||
Loading…
Reference in New Issue