Bug 1067602 - Fix strict warning in UnifiedComplete.js. r=mano

This commit is contained in:
Marco Bonardo 2014-09-30 12:40:26 +02:00
parent 3ae5df3954
commit 164623870f

View File

@ -1046,7 +1046,7 @@ Search.prototype = {
match.comment,
match.icon || PlacesUtils.favicons.defaultFavicon.spec,
match.style,
match.finalCompleteValue);
match.finalCompleteValue || "");
notifyResults = true;
}