diff options
author | anekos | 2009-11-02 10:00:42 +0000 |
---|---|---|
committer | anekos | 2009-11-02 10:00:42 +0000 |
commit | db24ae5afa00146ae709a44a28a65adf400f1aa8 (patch) | |
tree | c25a045a9a5cbd333c25ac5fdc7b7ae15c0968e2 /reveal-ie-ctrl-a-images.js | |
parent | b059bd7607fb1c13133b69fd42a9f1f8456ef4c0 (diff) | |
download | vimperator-plugins-db24ae5afa00146ae709a44a28a65adf400f1aa8.tar.bz2 |
Follow HEAD (2.3pre)
git-svn-id: http://svn.coderepos.org/share/lang/javascript/vimperator-plugins/trunk@35833 d0d07461-0603-4401-acd4-de1884942a52
Diffstat (limited to 'reveal-ie-ctrl-a-images.js')
-rw-r--r-- | reveal-ie-ctrl-a-images.js | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/reveal-ie-ctrl-a-images.js b/reveal-ie-ctrl-a-images.js index 40f4268..01d8af1 100644 --- a/reveal-ie-ctrl-a-images.js +++ b/reveal-ie-ctrl-a-images.js @@ -38,13 +38,13 @@ let PLUGIN_INFO = <name>Reveal Image</name> <description>Reveal IE Ctrl-A images.</description> <description lang="ja">IE の Ctrl-A 画像を暴く</description> - <version>1.0.3</version> + <version>1.0.4</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/reveal-ie-ctrl-a-images.js</updateURL> - <minVersion>2.0pre</minVersion> - <maxVersion>2.0</maxVersion> + <minVersion>2.3pre</minVersion> + <maxVersion>2.3pre</maxVersion> <detail><![CDATA[ == Description == Reveal IE Ctrl-A images. @@ -111,7 +111,7 @@ let PLUGIN_INFO = // for debug if (0) { let xpath = '/html/body/div[2]/div[3]/table/tbody/tr/td[2]/div/table/tbody/tr/td[2]/div/img'; - let node = buffer.evaluateXPath(xpath).snapshotItem(0); + let node = util.evaluateXPath(xpath).snapshotItem(0); reveal(node, 1); } |