From b5cf7dc45de12673060a99f3ecb9da472a8e6fc6 Mon Sep 17 00:00:00 2001
From: anekos
Date: Tue, 9 Mar 2010 14:19:08 +0000
Subject: 補完候補のサムネイル画像の高さを低くした。(バグ対応)
git-svn-id: http://svn.coderepos.org/share/lang/javascript/vimperator-plugins/trunk@36975 d0d07461-0603-4401-acd4-de1884942a52
---
stella.js | 4 ++--
1 file changed, 2 insertions(+), 2 deletions(-)
(limited to 'stella.js')
diff --git a/stella.js b/stella.js
index 733a9d6..9df4dbb 100644
--- a/stella.js
+++ b/stella.js
@@ -39,7 +39,7 @@ let PLUGIN_INFO =
すてら
For Niconico/YouTube/Vimeo, Add control commands and information display(on status line).
ニコニコ動画/YouTube/Vimeo 用。操作コマンドと情報表示(ステータスライン上に)追加します。
- 0.25.0
+ 0.25.1
anekos
new BSD License (Please read the source code comments of this plugin)
修正BSDライセンス (ソースコードのコメントを参照してください)
@@ -1659,7 +1659,7 @@ Thanks:
context.process = [
process[0],
function (item, text)
- (item.thumbnail ? <>
{text}>
+ (item.thumbnail ? <>
{text}>
: process[1].apply(this, arguments))
];
context.completions = self.player.relations.map(function (rel) rel.completionItem);
--
cgit v1.2.3