1
0
mirror of https://github.com/node-red/node-red.git synced 2023-10-10 13:36:53 +02:00

Remove deprecated warning from RED.nodes for now...

This commit is contained in:
Nick O'Leary 2018-12-07 11:40:47 +00:00
parent 2979acd5b8
commit 732598d9d2
No known key found for this signature in database
GPG Key ID: 4F2157149161A6C9

View File

@ -122,7 +122,7 @@ module.exports = {
*/ */
util: redUtil.util, util: redUtil.util,
get nodes() { console.log("Deprecated use of RED.nodes - refer to API documentation on RED.runtime.nodes"); return runtime._.nodes }, get nodes() { return runtime._.nodes },
/** /**
* Runtime events emitter * Runtime events emitter