aboutsummaryrefslogtreecommitdiff
path: root/node_modules/montage/ui/map.reel/map.html
diff options
context:
space:
mode:
authorJonathan Duran2012-05-11 14:13:07 -0700
committerJonathan Duran2012-05-11 14:13:07 -0700
commit1e2138fc7d0007b0ad3cb4807dc1c9101190f2f2 (patch)
tree2563aa7694c3caaf813ca71ef3250b2a76ee0041 /node_modules/montage/ui/map.reel/map.html
parent32257ac142f872d3c1f6c07504bae77ae884ed93 (diff)
parent6fcaa4e923a19672b5860b4c6f67d836680e7e99 (diff)
downloadninja-1e2138fc7d0007b0ad3cb4807dc1c9101190f2f2.tar.gz
Merge branch 'refs/heads/TimelineUber' into TimelineProps
Diffstat (limited to 'node_modules/montage/ui/map.reel/map.html')
-rw-r--r--node_modules/montage/ui/map.reel/map.html46
1 files changed, 0 insertions, 46 deletions
diff --git a/node_modules/montage/ui/map.reel/map.html b/node_modules/montage/ui/map.reel/map.html
deleted file mode 100644
index abb51ddd..00000000
--- a/node_modules/montage/ui/map.reel/map.html
+++ /dev/null
@@ -1,46 +0,0 @@
1<!DOCTYPE html>
2<!-- <copyright>
3 This file contains proprietary software owned by Motorola Mobility, Inc.<br/>
4 No rights, expressed or implied, whatsoever to this software are provided by Motorola Mobility, Inc. hereunder.<br/>
5 (c) Copyright 2011 Motorola Mobility, Inc. All Rights Reserved.
6 </copyright> -->
7<html>
8<head>
9 <title></title>
10 <link rel="stylesheet" type="text/css" href="map.css">
11 <script type="text/javascript" src="http://maps.googleapis.com/maps/api/js?sensor=false&callback=initialize&libraries=places"></script>
12
13
14 <script type="text/montage-serialization">
15 {
16
17 "owner": {
18 "prototype": "montage/ui/map.reel",
19 "properties": {
20 "element": {"#": "map-container"},
21 "mapEl": {"#": "map"}
22 }
23 }
24 }
25 </script>
26
27 <style>
28
29 .montage-google-map {
30 margin: 0;
31 padding: 0;
32 width: 100%;
33 height: 100%;
34 }
35
36 </style>
37
38</head>
39<body>
40
41 <div data-montage-id="map-container">
42 <div data-montage-id="map" id="map" class="montage-google-map">MAP</div>
43 </div>
44
45</body>
46</html>