Skip to content

Commit d8fcafa

Browse files
fixed typo "aplhabetical"
1 parent e6b9acb commit d8fcafa

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
@@ -279,7 +279,7 @@ $.fn.storeLocator = function(options) {
279279
$("#" + settings.listDiv + " li:even .list-details").css('background', "#" + settings.listColor1);
280280
$("#" + settings.listDiv + " li:odd .list-details").css('background', "#" + settings.listColor2);
281281

282-
//Custom marker function - aplhabetical
282+
//Custom marker function - alphabetical
283283
function createMarker(point, name, address, letter) {
284284
//Set up pin icon with the Google Charts API for all of our markers
285285
var pinImage = new google.maps.MarkerImage("http://chart.apis.google.com/chart?chst=d_map_pin_letter&chld=" + letter + "|" + settings.pinColor + "|" + settings.pinTextColor,

0 commit comments

Comments
 (0)