mirror of
https://github.com/node-red/node-red.git
synced 2023-10-10 13:36:53 +02:00
Fix node.lastSent initial value after refactoring.
This commit is contained in:
parent
aff8a7802a
commit
d859412785
@ -84,7 +84,7 @@ module.exports = function(RED) {
|
|||||||
this.buffer = [];
|
this.buffer = [];
|
||||||
this.intervalID = -1;
|
this.intervalID = -1;
|
||||||
this.randomID = -1;
|
this.randomID = -1;
|
||||||
this.lastSent;
|
this.lastSent = null;
|
||||||
this.drop = n.drop;
|
this.drop = n.drop;
|
||||||
var node = this;
|
var node = this;
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user