зеркало из https://github.com/mozilla/pjs.git
Bug 341981 sporadic 'engine has no properties' error on startup, r=gavin
This commit is contained in:
Родитель
73c3cf0977
Коммит
0b5cc11655
|
@ -2134,6 +2134,9 @@ SearchService.prototype = {
|
|||
}
|
||||
}
|
||||
|
||||
// Filter out any nulls for engines that may have been removed
|
||||
this._sortedEngines = this._sortedEngines.filter(function(a) { return !!a; });
|
||||
|
||||
// Array for the remaining engines, alphabetically sorted
|
||||
var alphaEngines = [];
|
||||
|
||||
|
|
Загрузка…
Ссылка в новой задаче