diff options
author | anekos | 2010-05-19 16:21:41 +0000 |
---|---|---|
committer | anekos | 2010-05-19 16:21:41 +0000 |
commit | 4cd9f6154e52fec1bce73e9f7fdf42814b1a8b71 (patch) | |
tree | 2eac5e749411365ac89ae35c8e18ad44502de51f /stella.js | |
parent | f9c256116767dcc81819f06d12069a6ea40512e3 (diff) | |
download | vimperator-plugins-4cd9f6154e52fec1bce73e9f7fdf42814b1a8b71.tar.bz2 |
migemo 様々になっていたのを修正
git-svn-id: http://svn.coderepos.org/share/lang/javascript/vimperator-plugins/trunk@37647 d0d07461-0603-4401-acd4-de1884942a52
Diffstat (limited to 'stella.js')
-rw-r--r-- | stella.js | 1 |
1 files changed, 1 insertions, 0 deletions
@@ -1797,6 +1797,7 @@ Thanks: if (!self.player.has('relations', 'r')) U.raiseNotSupportedFunction(); + context.anchored = false; context.title = ['Tag/ID', 'Description']; context.keys = {text: 'text', description: 'description', thumbnail: 'thumbnail'}; let process = Array.slice(context.process); |