From 3bb16eb79fcf44257888a295d03b65641a29880f Mon Sep 17 00:00:00 2001 From: anekos Date: Wed, 17 Dec 2008 18:27:49 +0000 Subject: コメントの修正など git-svn-id: http://svn.coderepos.org/share/lang/javascript/vimperator-plugins/trunk@26976 d0d07461-0603-4401-acd4-de1884942a52 --- stella.js | 13 +++++++------ 1 file changed, 7 insertions(+), 6 deletions(-) (limited to 'stella.js') diff --git a/stella.js b/stella.js index 64346aa..d6769f5 100644 --- a/stella.js +++ b/stella.js @@ -1,4 +1,4 @@ -/* +/* {{{ Copyright (c) 2008, anekos. All rights reserved. @@ -30,8 +30,9 @@ THE POSSIBILITY OF SUCH DAMAGE. # に参考になる日本語訳がありますが、有効なのは上記英文となります。 ################################################################################### -*/ +}}} */ +// PLUGIN_INFO {{{ let PLUGIN_INFO = Stella @@ -107,9 +108,9 @@ let PLUGIN_INFO = http://d.hatena.ne.jp/nokturnalmortum/20081213/1229168832 ]]> ; +// }}} - -/* +/* {{{ TODO ・Icons ・Other video hosting websites @@ -141,7 +142,7 @@ Thanks: http://d.hatena.ne.jp/janus_wel/ ゆういち 氏 http://yuichis.homeip.net/nicodai.user.html -*/ +}}} */ (function () { @@ -603,7 +604,7 @@ Thanks: ('http://www.youtube.com/get_video?fmt=22&video_id=' + as.video_id + '&t=' + as.t), get fullscreen () this.storage.fullscreen, - // FIXME - 元に戻らない&スクロールバーが出たまま + // FIXME - うまく元に戻らないことがある? set fullscreen () { this.storage.fullscreen = !this.storage.fullscreen; let p = this.player; -- cgit v1.2.3