Changeset 35095

Show
Ignore:
Timestamp:
08/27/09 18:16:14 (4 years ago)
Author:
anekos
Message:

起動時に位置を修正するようにした

Files:
1 modified

Legend:

Unmodified
Added
Removed
  • lang/javascript/vimperator-plugins/trunk/clock.js

    r29543 r35095  
    66<author mail="janus_wel@fb3.so-net.ne.jp" homepage="http://d.hatena.ne.jp/janus_wel">janus_wel</author> 
    77<license document="http://www.opensource.org/licenses/bsd-license.php">New BSD License</license> 
    8 <version>0.15.1</version> 
     8<version>0.15.2</version> 
    99<minVersion>2.0pre</minVersion> 
    10 <maxVersion>2.0pre</maxVersion> 
     10<maxVersion>2.2pre</maxVersion> 
    1111<updateURL>http://svn.coderepos.org/share/lang/javascript/vimperator-plugins/trunk/clock.js</updateURL> 
    1212<detail><![CDATA[ 
     
    301301); 
    302302 
     303autocommands.add( 
     304    'VimperatorEnter', 
     305    /.*/, 
     306    function () { 
     307        clock.justify(window.innerWidth); 
     308    } 
     309); 
     310 
    303311// stuff functions --- 
    304312function time() {