prwhite / zwave.js

A comprehensive stack for managing a home Z-Wave network.
GNU Lesser General Public License v3.0
8 stars 2 forks source link

Get rid of zwClass and replace with Util.inherit #7

Open prwhite opened 11 years ago

prwhite commented 11 years ago

Consider using a more node-like way of doing oop-ish things.

prwhite commented 11 years ago

Decided I currently like the zwClass initialize paradigm... don't want to lose that. Will think about updates so that it works well with Util.inherit better in the future.