diff options
author | anekos | 2010-11-20 00:49:31 +0900 |
---|---|---|
committer | anekos | 2010-11-20 00:49:31 +0900 |
commit | f34c611065102dcc05846b5439adb2bf7584ca94 (patch) | |
tree | ca3557952ac6a0dd957d54aeb2f3e2383e2eac7e | |
parent | 51cc8ca41c76a74a1c1d42b132300701c991fa0d (diff) | |
download | vimperator-plugins-f34c611065102dcc05846b5439adb2bf7584ca94.tar.bz2 |
Change the method
-rw-r--r-- | twittperator.js | 2 |
1 files changed, 1 insertions, 1 deletions
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); |