No need to sort the flat nick list for completion

... because the completion function sorts it another way anyway.
This commit is contained in:
Philippe Proulx 2013-10-27 05:06:02 -04:00
parent 2101e52131
commit a415a3ec3c

View file

@ -591,7 +591,6 @@ weechat.controller('WeechatCtrl', ['$rootScope', '$scope', '$store', '$timeout',
flatNickList.push(nickObj.name);
});
});
flatNickList.sort();
// complete nick
var nickComp = IrcUtils.completeNick(inputText, caretPos,