1
0
mirror of https://github.com/node-red/node-red.git synced 2023-10-10 13:36:53 +02:00
node-red/nodes/core
Nicholas O'Leary 5767478871 Switch node null/not null tests don't always work
a === null / a !=== null

is different to

    typeof a == "undefined" / typeof a != "undefined"
2013-12-03 01:12:29 +00:00
..
analysis Slight tweak to sentiment info to reflect reality. 2013-11-21 17:14:05 +00:00
core Fix milliseconds in delay 2013-11-30 18:08:44 +00:00
deprecated Move all nodes into core subdirectory 2013-11-14 15:52:19 +00:00
hardware Move all nodes into core subdirectory 2013-11-14 15:52:19 +00:00
io Add session awareness to WebSocket node 2013-11-26 23:33:57 +00:00
logic Switch node null/not null tests don't always work 2013-12-03 01:12:29 +00:00
social Make Imap node always read once on start 2013-11-29 19:16:11 +00:00
storage Move all nodes into core subdirectory 2013-11-14 15:52:19 +00:00