diff options
author | anekos | 2009-01-10 15:31:42 +0000 |
---|---|---|
committer | anekos | 2009-01-10 15:31:42 +0000 |
commit | fed0a128268a7c824eeba137b1b15acf453decd9 (patch) | |
tree | 1c8a9b8fb5598038635f291434f9abf28b743730 /garbage_finder.js | |
parent | 75d1415b8b03dfb50f08d00e53c013f6b390368a (diff) | |
download | vimperator-plugins-fed0a128268a7c824eeba137b1b15acf453decd9.tar.bz2 |
updateURL 追加
git-svn-id: http://svn.coderepos.org/share/lang/javascript/vimperator-plugins/trunk@28273 d0d07461-0603-4401-acd4-de1884942a52
Diffstat (limited to 'garbage_finder.js')
-rw-r--r-- | garbage_finder.js | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/garbage_finder.js b/garbage_finder.js index 1bec2d1..2e1a992 100644 --- a/garbage_finder.js +++ b/garbage_finder.js @@ -39,12 +39,13 @@ let PLUGIN_INFO = <name lang="ja">ゴミ探し</name> <description>Finds the taints in global(window object)</description> <description lang="ja">グローバル(window オブジェクト)の汚染を調べる</description> - <version>1.0.1</version> + <version>1.0.2</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> <minVersion>2.0pre</minVersion> <maxVersion>2.0pre</maxVersion> + <updateURL>http://svn.coderepos.org/share/lang/javascript/vimperator-plugins/trunk/garbage_finder.js</updateURL> <detail><![CDATA[ == Commands == :garbages: |