Skip to content

Commit 45e64a9

Browse files
committed
Removed test call
1 parent a279a05 commit 45e64a9

File tree

1 file changed

+1
-3
lines changed

1 file changed

+1
-3
lines changed

dist/index.html

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -40,9 +40,7 @@ <h1>Using Chipotle as an Example</h1>
4040
<script src="assets/js/plugins/storeLocator/jquery.storelocator.js"></script>
4141
<script>
4242
$(function() {
43-
$('#map-container').storeLocator({
44-
'visibleMarkersList': true
45-
});
43+
$('#map-container').storeLocator();
4644
});
4745
</script>
4846

0 commit comments

Comments
 (0)