From bd3bf0694091c2fc31f9b38d86287901b1f4d7e2 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Ga=C3=ABl=20M=C3=A9tais?= Date: Wed, 3 Sep 2014 09:07:47 +0200 Subject: [PATCH] Comment wording --- app/lib/testQueue.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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