aboutsummaryrefslogtreecommitdiffstats
path: root/xpathBlink.js
diff options
context:
space:
mode:
authortrapezoid2008-04-05 11:37:33 +0000
committertrapezoid2008-04-05 11:37:33 +0000
commit875be5f7581a9b5048c6d1c20fb3a7e225f392f4 (patch)
tree76c8cb7a7d2815c424bfed3d006522d2fafbe5ba /xpathBlink.js
parentb462c3042bc2f8d5ce523e2529d07fb21d123aec (diff)
downloadvimperator-plugins-875be5f7581a9b5048c6d1c20fb3a7e225f392f4.tar.bz2
lang/javascript/vimperator-plugins/trunk/xpathBlink.js: bug fix
git-svn-id: http://svn.coderepos.org/share/lang/javascript/vimperator-plugins/trunk@8921 d0d07461-0603-4401-acd4-de1884942a52
Diffstat (limited to 'xpathBlink.js')
-rw-r--r--xpathBlink.js2
1 files changed, 1 insertions, 1 deletions
diff --git a/xpathBlink.js b/xpathBlink.js
index d2fa544..8898d95 100644
--- a/xpathBlink.js
+++ b/xpathBlink.js
@@ -39,7 +39,7 @@ function blink(aNode){
setTimeout(setOutline, i * 100);
}
}
-liberator.commands.addUserCommand(['xpathb[link]','xb'],'XPath blink nodes'.
+liberator.commands.addUserCommand(['xpathb[link]','xb'],'XPath blink nodes',
function(expression){
var result
try {