aboutsummaryrefslogtreecommitdiffstats
path: root/pluginManager.js
diff options
context:
space:
mode:
authoranekos2009-11-02 10:00:42 +0000
committeranekos2009-11-02 10:00:42 +0000
commitdb24ae5afa00146ae709a44a28a65adf400f1aa8 (patch)
treec25a045a9a5cbd333c25ac5fdc7b7ae15c0968e2 /pluginManager.js
parentb059bd7607fb1c13133b69fd42a9f1f8456ef4c0 (diff)
downloadvimperator-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 'pluginManager.js')
-rw-r--r--pluginManager.js10
1 files changed, 5 insertions, 5 deletions
diff --git a/pluginManager.js b/pluginManager.js
index 8069b6f..b7e07cc 100644
--- a/pluginManager.js
+++ b/pluginManager.js
@@ -4,9 +4,9 @@ var PLUGIN_INFO =
<description>Manage Vimperator Plugins</description>
<description lang="ja">Vimpeatorプラグインの管理</description>
<author mail="teramako@gmail.com" homepage="http://d.hatena.ne.jp/teramako/">teramako</author>
-<version>0.6.3</version>
-<minVersion>2.0pre</minVersion>
-<maxVersion>2.0pre</maxVersion>
+<version>0.6.4</version>
+<minVersion>2.3pre</minVersion>
+<maxVersion>2.3pre</maxVersion>
<updateURL>http://svn.coderepos.org/share/lang/javascript/vimperator-plugins/trunk/pluginManager.js</updateURL>
<detail lang="ja"><![CDATA[
これはVimperatorプラグインの詳細情報orヘルプを表示するためのプラグインです。
@@ -339,7 +339,7 @@ Plugin.prototype = { // {{{
var localpath = plugin[0][1];
*/
var source = serverResource.source;
- var file = io.getFile(this.path);
+ var file = io.File(this.path);
if (!source)
return '<span highlight="WarningMsg">source is null.</span>';
@@ -994,7 +994,7 @@ var public = {
const npi = /\/(all|index)\.html/;
const js = /\.js$/i;
function xe(xpath){
- let ss = buffer.evaluateXPath(xpath);
+ let ss = util.evaluateXPath(xpath);
return (ss.snapshotLength > 0) && ss.snapshotItem(0).href;
}
if (cr.test(url)) {