diff options
author | mattn | 2008-10-22 02:21:19 +0000 |
---|---|---|
committer | mattn | 2008-10-22 02:21:19 +0000 |
commit | 67b3976f3286b85b619332468a7402ac4a39c74a (patch) | |
tree | a9bce554c489c64402cc5f01324478692d1f2b12 /xpathBlink.js | |
parent | bc8a98b81e3d5b785192499ac88713ffd8956919 (diff) | |
download | vimperator-plugins-67b3976f3286b85b619332468a7402ac4a39c74a.tar.bz2 |
follow latest vimperator.
git-svn-id: http://svn.coderepos.org/share/lang/javascript/vimperator-plugins/trunk@21823 d0d07461-0603-4401-acd4-de1884942a52
Diffstat (limited to 'xpathBlink.js')
-rw-r--r-- | xpathBlink.js | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/xpathBlink.js b/xpathBlink.js index ac94b71..8e53170 100644 --- a/xpathBlink.js +++ b/xpathBlink.js @@ -43,7 +43,7 @@ commands.addUserCommand(['xpathb[link]','xb'],'XPath blink nodes', function(expression){ var result try { - result = buffer.evaluateXPath(expression); + result = buffer.evaluateXPath(expression.string); } catch(e) { liberator.echoerr('XPath blink: ' + e); } |