Skip to content

Commit 5694927

Browse files
Renamed variable from $this to $placemark
1 parent ff01fa7 commit 5694927

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

js/jquery.storelocator.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -424,7 +424,7 @@ $.fn.storeLocator = function(options) {
424424
'description': $placemark.find('description').text()
425425
};
426426

427-
$this.find('displayName').each(function(){
427+
$placemark.find('displayName').each(function(){
428428
var thisDataKey = $(this).text(),
429429
thisDataVal = $(this).next().text();
430430
locationData[thisDataKey] = thisDataVal;

0 commit comments

Comments
 (0)