aboutsummaryrefslogtreecommitdiff
path: root/node_modules/montage/ui/map.reel/map.js
diff options
context:
space:
mode:
authorNivesh Rajbhandari2012-03-19 14:19:48 -0700
committerNivesh Rajbhandari2012-03-19 14:20:10 -0700
commitea439c4471948cb7e1dbb98bfa9c2ddc374d48e7 (patch)
treed9113bee7667fc6a65c36bcdf8f92d174917f0b1 /node_modules/montage/ui/map.reel/map.js
parentec58642a7b31165890eb5bef7d95ce59dd0c34a0 (diff)
downloadninja-ea439c4471948cb7e1dbb98bfa9c2ddc374d48e7.tar.gz
Maps - Apply default width and height styles to components if specified. Change default location to Sunnyvale.
Signed-off-by: Nivesh Rajbhandari <mqg734@motorola.com>
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: {