1
0
mirror of https://github.com/gryf/pentadactyl-pm.git synced 2025-12-24 01:22:27 +01:00

Reverting empty defsearch changes in last two commits. Leaving in JS catches.

This commit is contained in:
Ted Pavlic
2008-12-18 13:20:47 -05:00
parent d6e5bdbe77
commit 50f73844c8
2 changed files with 1 additions and 4 deletions

View File

@@ -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"],