diff options
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); } |