зеркало из https://github.com/mozilla/pjs.git
Bug 562765: Searching for add-ons doesn't show results when there is no description set for an add-on. r=bmcbride
This commit is contained in:
Родитель
cacfe05d7d
Коммит
68206dc049
|
@ -799,7 +799,7 @@ var gSearchView = {
|
|||
|
||||
calculateMatchScore: function(aStr, aQuery, aMultiplier) {
|
||||
var score = 0;
|
||||
if (aQuery.length == 0)
|
||||
if (!aStr || aQuery.length == 0)
|
||||
return score;
|
||||
|
||||
aStr = aStr.trim().toLocaleLowerCase();
|
||||
|
|
Загрузка…
Ссылка в новой задаче