Skip to content

Commit 7b532c8

Browse files
committed
mappingObj distance property typo fixed
1 parent 1ed149c commit 7b532c8

File tree

3 files changed

+5
-5
lines changed

3 files changed

+5
-5
lines changed

dist/js/jquery.storelocator.js

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
/*! jQuery Google Maps Store Locator - v1.4.9 - 2014-08-02
1+
/*! jQuery Google Maps Store Locator - v1.4.9 - 2014-08-04
22
* http://www.bjornblog.com/web/jquery-store-locator-plugin
33
* Copyright (c) 2014 Bjorn Holine; Licensed MIT */
44

@@ -953,7 +953,7 @@
953953
var orig_lng = mappingObj.lng;
954954
var origin = mappingObj.origin;
955955
var name = mappingObj.name;
956-
var maxDistance = mappingObj.dist;
956+
var maxDistance = mappingObj.distance;
957957
var page = mappingObj.page;
958958

959959
// Remove the no results message if it was previously displayed

0 commit comments

Comments
 (0)