peerigon / phridge

A bridge between node and PhantomJS
The Unlicense
519 stars 50 forks source link

Support node v0.10 #40

Closed SystemParadox closed 8 years ago

SystemParadox commented 8 years ago

Use require('events').EventEmitter instead of require('events'), for compatibility with node v0.10. Newer versions of node provide a circular reference EventEmitter.EventEmitter so this still works.

jhnns commented 8 years ago

Thx. Shipped with 1.2.1

SystemParadox commented 8 years ago

Thanks very much :)