jbrooksuk / node-summary

Node module that summarizes text using a naive summarization algorithm

Home Page:http://jbrooksuk.github.io/node-summary/

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Unused modules:

nevf opened this issue · comments

I can't see where:

    , events = require('events')
    , eventEmitter = new events.EventEmitter();

are being used.

I added that in as part of something I was going to start, but never completed.

I will remove it shortly. Thanks for spotting this!

Sent from my iPhone

On 13 Sep 2013, at 07:58, Neville Franks notifications@github.com wrote:

I can't see where:

, events = require('events')
, eventEmitter = new events.EventEmitter();

are being used.


Reply to this email directly or view it on GitHub.

This is fixed in 79f23dd.

Thanks again 😄