Open spion opened 11 years ago
Document and expose eventemitter API. To do this, all usages of self.on will need to be replaced with something else.
self.on
Done. Just needs documentation; tests also need to be updated.
Document and expose eventemitter API. To do this, all usages of
self.on
will need to be replaced with something else.