diff --git a/app/lib/testQueue.js b/app/lib/testQueue.js index 3e32370..8164bb1 100644 --- a/app/lib/testQueue.js +++ b/app/lib/testQueue.js @@ -60,7 +60,7 @@ var testQueue = function() { } }; -// extend the EventEmitter class using our Radio class +// extend the EventEmitter class util.inherits(testQueue, EventEmitter); module.exports = new testQueue(); \ No newline at end of file