This commit is contained in:
AJ ONeal 2014-07-17 01:17:57 -06:00
父節點 65f572556a
當前提交 cfca163597
共有 1 個文件被更改,包括 1 次插入1 次删除

查看文件

@ -104,7 +104,7 @@ I don't think I can prevent the `process.nextTick()` that `EventEmitter` calls.
options = {
listeners: {
names: function (root, nodeNamesArray) {
nodeNames.sort(function (a, b) {
nodeNamesArray.sort(function (a, b) {
if (a > b) return 1;
if (a < b) return -1;
return 0;