diff options
author | anekos | 2010-05-05 13:30:58 +0000 |
---|---|---|
committer | anekos | 2010-05-05 13:30:58 +0000 |
commit | 8242498b793a877a1687e16b906f913de4d9022e (patch) | |
tree | 51cd77ccdab42d2f7e6f29f09b7bad96c54aaa67 | |
parent | 3d5072a0b92fd523323dbb3b6da75e103ef2e50c (diff) | |
download | vimperator-plugins-8242498b793a877a1687e16b906f913de4d9022e.tar.bz2 |
汚物は消毒だ-!
git-svn-id: http://svn.coderepos.org/share/lang/javascript/vimperator-plugins/trunk@37384 d0d07461-0603-4401-acd4-de1884942a52
-rw-r--r-- | stella.js | 17 |
1 files changed, 0 insertions, 17 deletions
@@ -1008,23 +1008,6 @@ Thanks: Player.apply(this, arguments); } - // name, Normal, Fullscreen - // 任意の順で設定できるように配列で持つ - NicoPlayer.Variables = [ - ['videowindow._xscale', 100, null], - ['videowindow._yscale', 100, null], - ['videowindow._x', 6, 0], - ['videowindow._y', 65, 0], - ['controller._x', 6, -1000], - ['inputArea._x', 4, -1000], - ['controller._visible', 1, 1], - ['inputArea._visible', 1, 1], - ['waku._visible', 1, 0], - ['tabmenu._visible', 1, 0], - ['videowindow.video_mc.video.smoothing', null, 1], - ['videowindow.video_mc.video.deblocking', null, 5] - ]; - NicoPlayer.SIZE_LARGE = 'fit'; NicoPlayer.SIZE_NORMAL = 'normal'; |