examples/bootstrap/LocationPicker.html
authoredward <edward@roojs.com>
Tue, 13 Oct 2015 09:44:00 +0000 (17:44 +0800)
committeredward <edward@roojs.com>
Tue, 13 Oct 2015 09:44:00 +0000 (17:44 +0800)
examples/bootstrap/LocationPicker.html

index 52aee97..ee84960 100644 (file)
@@ -36,7 +36,7 @@ function initMap() {
 //    animation: google.maps.Animation.DROP,
     position: {lat: 59.327, lng: 18.067}
   });
-  marker.addListener('click', toggleBounce);
+//  marker.addListener('click', toggleBounce);
 }
 
 function toggleBounce() {