Skip to content

Commit 0aa4738

Browse files
committed
Avoiding doubling of search results.
1 parent 736695c commit 0aa4738

File tree

1 file changed

+0
-2
lines changed

1 file changed

+0
-2
lines changed

js/app.js

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -263,12 +263,10 @@ var playApp = function()
263263
var pt = new google.maps.LatLng(playObj.lat, playObj.long);
264264
if (inst.lastCircle) {
265265
if (inst.lastCircle.contains(pt)) {
266-
filteredList.push(playObj);
267266
f.location = true;
268267
}
269268
}
270269
else {
271-
filteredList.push(playObj);
272270
f.location = true;
273271
}
274272

0 commit comments

Comments
 (0)