diff options
author | anekos | 2008-12-17 18:27:49 +0000 |
---|---|---|
committer | anekos | 2008-12-17 18:27:49 +0000 |
commit | 3bb16eb79fcf44257888a295d03b65641a29880f (patch) | |
tree | 9924fbdcdd5a13c380cd69fc8372e65d36184212 | |
parent | dd524c4882d3e8cea3bbf826a556827841af9d7f (diff) | |
download | vimperator-plugins-3bb16eb79fcf44257888a295d03b65641a29880f.tar.bz2 |
コメントの修正など
git-svn-id: http://svn.coderepos.org/share/lang/javascript/vimperator-plugins/trunk@26976 d0d07461-0603-4401-acd4-de1884942a52
-rw-r--r-- | stella.js | 13 |
1 files changed, 7 insertions, 6 deletions
@@ -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 = <VimperatorPlugin> <name>Stella</name> @@ -107,9 +108,9 @@ let PLUGIN_INFO = http://d.hatena.ne.jp/nokturnalmortum/20081213/1229168832 ]]></detail> </VimperatorPlugin>; +// }}} - -/* +/* {{{ 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; |