Comment wording

This commit is contained in:
Gaël Métais
2014-09-03 09:07:47 +02:00
parent dd9ed8af74
commit bd3bf06940
+1 -1
View File
@@ -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();