1
0
mirror of https://github.com/node-red/node-red.git synced 2023-10-10 13:36:53 +02:00
node-red/red
Mark Hindess 2f882913f0 Fix missing types logic.
missingTypes.length was greater than zero so the only way it can be
zero immediately afterwards is if splice is called so move the zero
check after the splice.

Despite what istanbul reports this function is covered by the tests.
2014-07-31 08:36:54 +01:00
..
nodes Fix missing types logic. 2014-07-31 08:36:54 +01:00
storage Defining storage interface. 2014-07-25 14:44:15 +01:00
comms.js Remove redundant assignment. 2014-07-30 14:33:31 +01:00
events.js Start to add server-side events 2013-09-09 20:03:22 +01:00
library.js Add missing require. 2014-07-21 13:29:54 +01:00
log.js Fix logHandler array handling 2014-07-02 16:31:02 +01:00
red.js Remove spurious require of the events singleton. 2014-07-22 12:43:02 +01:00
server.js Fix node html compression and refactor registry 2014-07-28 16:37:39 +01:00
ui.js Removing accidental requires 2014-07-25 14:50:54 +01:00