diff options
author | anekos | 2008-11-25 19:06:56 +0000 |
---|---|---|
committer | anekos | 2008-11-25 19:06:56 +0000 |
commit | 1e3c430c13a2c06b9f72a9025c0ae508a8c2ae14 (patch) | |
tree | 51792dca76d49add7064bb5874f2b4d584f7bf8e /nico_related_videos.js | |
parent | 7f4406a317bde8dc6ebb484b03200d91de63891f (diff) | |
download | vimperator-plugins-1e3c430c13a2c06b9f72a9025c0ae508a8c2ae14.tar.bz2 |
Follow CVS Head
git-svn-id: http://svn.coderepos.org/share/lang/javascript/vimperator-plugins/trunk@24888 d0d07461-0603-4401-acd4-de1884942a52
Diffstat (limited to 'nico_related_videos.js')
-rw-r--r-- | nico_related_videos.js | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/nico_related_videos.js b/nico_related_videos.js index e0779af..a196dbe 100644 --- a/nico_related_videos.js +++ b/nico_related_videos.js @@ -102,7 +102,7 @@ last.url = buffer.URL; } context.title = ['Keyword']; - context.items = completion.filter(last.completions, context.filter); + context.completions = completion.filter(last.completions, context.filter); } }, true |