node-red/red/runtime/nodes
Gabe Johnson b909e32201 Prevent RED.node.registerNode from overriding a constructor's prototype (#865)
* prevent registry.registerNodeConstructor from overriding a constructors protoype

* fix for node < v5.0.0

* exercise another code path

* altering __proto__ for node < v0.12

* move inheritance code to helper function
2016-04-07 22:18:28 +01:00
..
flows Fix uncaught exception on deploy whilst node sending messages 2016-03-16 15:37:44 +00:00
registry Prevent RED.node.registerNode from overriding a constructor's prototype (#865) 2016-04-07 22:18:28 +01:00
Node.js Add node context/flow/global 2016-01-06 17:01:13 +00:00
context.js Ensure global context is seeded properly 2016-01-11 11:28:01 +00:00
credentials.js Add add/update/delete flow apis 2016-01-06 17:01:13 +00:00
index.js Remove unimplemented flow.enable/disable functions 2016-01-18 10:53:50 +00:00