diff options
author | anekos | 2009-11-18 06:46:59 +0000 |
---|---|---|
committer | anekos | 2009-11-18 06:46:59 +0000 |
commit | b4aaf053f5d51b7f686dd67c3f51d4c157cbd097 (patch) | |
tree | 0ad3662ef807ad120eb6790add2f1ba9b91816bc /auto-focus-frame.js | |
parent | 2d8f9d5b99ef0e80056c9c8edd172635a10fa2cf (diff) | |
download | vimperator-plugins-b4aaf053f5d51b7f686dd67c3f51d4c157cbd097.tar.bz2 |
Follow HEAD
git-svn-id: http://svn.coderepos.org/share/lang/javascript/vimperator-plugins/trunk@35945 d0d07461-0603-4401-acd4-de1884942a52
Diffstat (limited to 'auto-focus-frame.js')
-rw-r--r-- | auto-focus-frame.js | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/auto-focus-frame.js b/auto-focus-frame.js index 9c1e60a..421a20b 100644 --- a/auto-focus-frame.js +++ b/auto-focus-frame.js @@ -38,13 +38,13 @@ let PLUGIN_INFO = <name>Auto focus frame</name> <description>Automatically focus to largest frame.</description> <description lang="ja">最も大きなフレームに自動的にフォーカスする。</description> - <version>1.0.9</version> + <version>1.0.10</version> <author mail="anekos@snca.net" homepage="http://d.hatena.ne.jp/nokturnalmortum/">anekos</author> <license>new BSD License (Please read the source code comments of this plugin)</license> <license lang="ja">修正BSDライセンス (ソースコードのコメントを参照してください)</license> <updateURL>http://svn.coderepos.org/share/lang/javascript/vimperator-plugins/trunk/auto-focus-frame.js</updateURL> - <minVersion>2.0</minVersion> - <maxVersion>2.2pre</maxVersion> + <minVersion>2.3pre</minVersion> + <maxVersion>2.3pre</maxVersion> <detail><![CDATA[ == Usage == Only install. @@ -81,7 +81,7 @@ let PLUGIN_INFO = maxFrame.focus(); } - tabs.getBrowser().addEventListener("DOMContentLoaded", onLoad, true); + getBrowser().addEventListener("DOMContentLoaded", onLoad, true); })(); |