examples/bootstrap/LocationPicker.html
authorEdward <edward@roojs.com>
Wed, 26 Aug 2015 09:11:18 +0000 (17:11 +0800)
committerEdward <edward@roojs.com>
Wed, 26 Aug 2015 09:11:18 +0000 (17:11 +0800)
examples/bootstrap/LocationPicker.html

index 25710c4..93f5683 100644 (file)
@@ -25,7 +25,7 @@ function initMap() {
   });
 
   map.addListener('click', function(e) {
-    Roo.log('click');
+    console.log('click');
   });
 }