Small tweak to sync branch/trunk, no functional change

git-svn-id: svn://10.0.0.236/trunk@201649 18797224-902f-48f8-a5cc-f745e15eee43
This commit is contained in:
gavin%gavinsharp.com
2006-07-06 02:57:51 +00:00
parent f16b4210e1
commit f5fedbf6ef

View File

@@ -1843,6 +1843,12 @@ Engine.prototype = {
return "";
},
// This getter is used in SearchService.observe. It is not intended to be
// used (or needed) by callers outside this file.
get uri() {
return this._uri;
},
// The file that the plugin is loaded from is a unique identifier for it. We
// use this as the identifier to store data in the sqlite database
get _id() {
@@ -1876,12 +1882,6 @@ Engine.prototype = {
return this._type;
},
// This getter is used in SearchService.observer. It is not intended to be
// used (or needed) by callers outside this file.
get uri() {
return this._uri;
},
get searchForm() {
if (!this._searchForm) {
// No searchForm specified in the engine definition file, use the prePath