浏览代码

Comment wording

Gaël Métais 11 年之前
父节点
当前提交
bd3bf06940
共有 1 个文件被更改,包括 1 次插入1 次删除
  1. 1 1
      app/lib/testQueue.js

+ 1 - 1
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();