emitter.on('abort', function() {
   emitter.abort();
 });
Example #2
0
File: index.js Project: jo/couchup
 ee.end = function () {
   ee.abort()
 }