mirror of
https://github.com/node-red/node-red.git
synced 2023-10-10 13:36:53 +02:00
remove temporary debugging window variable
This commit is contained in:
parent
df7aa3339b
commit
dc3e04456c
@ -97,8 +97,8 @@ RED.editor.codeEditor.monaco = (function() {
|
|||||||
}
|
}
|
||||||
const defaultServerSideTypes = [ knownModules["node-red-util"], knownModules["node-red-func"], knownModules["globals"], knownModules["console"], knownModules["buffer"] ];
|
const defaultServerSideTypes = [ knownModules["node-red-util"], knownModules["node-red-func"], knownModules["globals"], knownModules["console"], knownModules["buffer"] ];
|
||||||
|
|
||||||
var modulesCache = {};
|
const modulesCache = {};
|
||||||
window.modulesCache = modulesCache;//DEBUGGING
|
|
||||||
/**
|
/**
|
||||||
* Helper function to load/reload types.
|
* Helper function to load/reload types.
|
||||||
* @param {string} mod - type lib to load. Only known libs are currently supported.
|
* @param {string} mod - type lib to load. Only known libs are currently supported.
|
||||||
|
Loading…
Reference in New Issue
Block a user