fixing convert regular object
The convert regular object test was failing because keys were copied from the tempEmitter would not be undefined when trying to copy EventEmitter.prototype keys.
The last time I've used this module was in node 0.10.x. The tests pass there. I'm a little hesitant to commit what looks like an API change, since I'm a little out of date with the module. Having said that, I'm making you a contributor, and you can do whatever you feel is best for the project :smile:
The failing test looks like this for me:
1) create eventflow objects can convert a regular object into an eventflow emitter:
Error: Conflict converting obj to eventflow emitter on method`domain`
at /Users/cpsubrian/projects/node/brian/eventflow/eventflow.js:21:15
I'd be curious to get more to the heart of why the tests pass in 0.10.x but fail in 0.12.x. Obviously domains entered the picture in 0.12 so thats an interesting place to start.
Feel free to ping me if you need an npm publish. If you commit this change as is, I'll definitely be bumping the minor version, and maybe the major version just to be safe.