Temporarily disable the search service to see what effect it has on Ts

This commit is contained in:
gavin%gavinsharp.com 2006-03-19 02:38:05 +00:00
parent 4a829838f0
commit 9aa85eaf02

View File

@ -1663,7 +1663,7 @@ Submission.prototype = {
// nsIBrowserSearchService // nsIBrowserSearchService
function SearchService() { function SearchService() {
this._init(); //this._init();
} }
SearchService.prototype = { SearchService.prototype = {
_engines: { }, _engines: { },