From f34c611065102dcc05846b5439adb2bf7584ca94 Mon Sep 17 00:00:00 2001 From: anekos Date: Sat, 20 Nov 2010 00:49:31 +0900 Subject: Change the method --- twittperator.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'twittperator.js') diff --git a/twittperator.js b/twittperator.js index 34fe3d6..d1511b8 100644 --- a/twittperator.js +++ b/twittperator.js @@ -2007,7 +2007,7 @@ let PLUGIN_INFO = (this.match(desc.user.screen_name) || this.match(desc.text)); function setTimelineCompleter() { - context.compare = function () void 0; + context.compare = void 0; context.createRow = function(item, highlightGroup) { let desc = item[1] || this.process[1].call(this, item, item.description); -- cgit v1.2.3