зеркало из https://github.com/mozilla/gecko-dev.git
Bug 1247410 - "test for _nomap ids does not work correctly". r=dougt
This commit is contained in:
Родитель
b37ee8a848
Коммит
adc97d0666
|
@ -383,8 +383,9 @@ WifiGeoPositionProvider.prototype = {
|
|||
let result = ap.ssid.indexOf(mask, ap.ssid.length - mask.length);
|
||||
if (result != -1) {
|
||||
LOG("Filtering out " + ap.ssid + " " + result);
|
||||
return false;
|
||||
}
|
||||
return result;
|
||||
return true;
|
||||
};
|
||||
|
||||
function sort(a, b) {
|
||||
|
|
Загрузка…
Ссылка в новой задаче