From a415a3ec3c5d84c86112dc070789a904ae3500b6 Mon Sep 17 00:00:00 2001 From: Philippe Proulx Date: Sun, 27 Oct 2013 05:06:02 -0400 Subject: [PATCH] No need to sort the flat nick list for completion ... because the completion function sorts it another way anyway. --- js/websockets.js | 1 - 1 file changed, 1 deletion(-) diff --git a/js/websockets.js b/js/websockets.js index a8bf0f6..c2dfd05 100644 --- a/js/websockets.js +++ b/js/websockets.js @@ -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,