summaryrefslogtreecommitdiff
path: root/vimperator/content
diff options
context:
space:
mode:
authorTed Pavlic <ted@tedpavlic.com>2008-12-18 13:20:47 -0500
committerTed Pavlic <ted@tedpavlic.com>2008-12-18 13:20:47 -0500
commit50f73844c8342a192dfa763ad8b2e0038822572d (patch)
treec4f1c0ef64f2651828cbc5ed72f656fa28e81a43 /vimperator/content
parentd6e5bdbe771a60d4264e3d99260da701c09c00ce (diff)
downloadpentadactyl-50f73844c8342a192dfa763ad8b2e0038822572d.tar.gz
Reverting empty defsearch changes in last two commits. Leaving in JS catches.
Diffstat (limited to 'vimperator/content')
-rw-r--r--vimperator/content/bookmarks.js2
1 files changed, 1 insertions, 1 deletions
diff --git a/vimperator/content/bookmarks.js b/vimperator/content/bookmarks.js
index 74cf8669..8961f2fc 100644
--- a/vimperator/content/bookmarks.js
+++ b/vimperator/content/bookmarks.js
@@ -259,7 +259,7 @@ function Bookmarks() //{{{
"string", "google",
{
completer: function completer(context) completion.search(context, true),
- validator: function validator(value) value == "" || Option.validateCompleter.call(this, value)
+ validator: Option.validateCompleter
});
options.add(["preload"],