node-red/red/runtime/nodes/registry
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
..
deprecated.js WIP: separate runtime and api components 2016-01-06 17:01:11 +00:00
index.js WIP: runtime api for node modules 2016-01-06 17:01:11 +00:00
installer.js Allow node modules to include example flows 2016-03-02 23:34:24 +00:00
loader.js Add link nodes 2016-04-07 17:08:51 +01:00
localfilesystem.js Allow node modules to include example flows 2016-03-02 23:34:24 +00:00
registry.js Prevent RED.node.registerNode from overriding a constructor's prototype (#865) 2016-04-07 22:18:28 +01:00