1
0
mirror of https://github.com/gryf/pentadactyl-pm.git synced 2026-01-06 01:04:11 +01:00

brace formatting fixes

This commit is contained in:
Doug Kearns
2008-12-19 19:07:17 +11:00
committed by Kris Maglione
parent e56a93a060
commit 4fc2a56ddc
6 changed files with 17 additions and 9 deletions

View File

@@ -1552,7 +1552,8 @@ function Completion() //{{{
});
completionService.stopSearch();
completionService.startSearch(context.filter, "", context.result, {
onSearchResult: function onSearchResult(search, result) {
onSearchResult: function onSearchResult(search, result)
{
context.result = result;
timer.tell(result);
if (result.searchResult <= result.RESULT_SUCCESS)