aboutsummaryrefslogtreecommitdiff
path: root/node_modules/montage/ui/map.reel/map.js
diff options
context:
space:
mode:
Diffstat (limited to 'node_modules/montage/ui/map.reel/map.js')
-rw-r--r--node_modules/montage/ui/map.reel/map.js4
1 files changed, 2 insertions, 2 deletions
diff --git a/node_modules/montage/ui/map.reel/map.js b/node_modules/montage/ui/map.reel/map.js
index 42af218e..cba08a42 100644
--- a/node_modules/montage/ui/map.reel/map.js
+++ b/node_modules/montage/ui/map.reel/map.js
@@ -43,9 +43,9 @@ var Map = exports.Map = Montage.create(Component, /** @lends module:"montage/ui/
43 value: false 43 value: false
44 }, 44 },
45 45
46 46 // Sunnyvale, CA
47 defaultLatLng: { 47 defaultLatLng: {
48 value: {lat: -34.397, lng: 150.644} 48 value: {lat: 37.37, lng: -122.03}
49 }, 49 },
50 50
51 _latLng: { 51 _latLng: {