Removed extra ")"

This commit is contained in:
Chris Finn 2015-08-05 15:39:33 -04:00
parent f35bd39e60
commit 42805fd326
1 changed files with 1 additions and 1 deletions

View File

@ -52,7 +52,7 @@ exports.filter = function (arr, filter) {
if (typeof loc.lat !== 'number') return;
if (typeof loc.lng !== 'number') return;
var d = GeoPoint.distanceBetween(origin, loc, {type: unit}));
var d = GeoPoint.distanceBetween(origin, loc, {type: unit});
if (max && d > max) {
// dont add