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

pull/1999/head
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
1 changed files with 1 additions and 1 deletions

View File

@ -122,7 +122,7 @@ module.exports = {
*/
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