aboutsummaryrefslogtreecommitdiff
path: root/node_modules/montage-google
diff options
context:
space:
mode:
authorKris Kowal2012-07-06 12:42:16 -0700
committerKris Kowal2012-07-06 15:01:49 -0700
commit6803c0abd279fcb640c38b3881b751bab982cbe0 (patch)
tree876211d178954cbaa73e0fbb658fe0c6ffb7ac8d /node_modules/montage-google
parent3644cb6def4f681c99959e5729e78ea353441fad (diff)
downloadninja-6803c0abd279fcb640c38b3881b751bab982cbe0.tar.gz
Remove trailing spaces
Diffstat (limited to 'node_modules/montage-google')
-rw-r--r--node_modules/montage-google/map.reel/map.html10
1 files changed, 5 insertions, 5 deletions
diff --git a/node_modules/montage-google/map.reel/map.html b/node_modules/montage-google/map.reel/map.html
index 9eec63e5..03eaf449 100644
--- a/node_modules/montage-google/map.reel/map.html
+++ b/node_modules/montage-google/map.reel/map.html
@@ -37,13 +37,13 @@ POSSIBILITY OF SUCH DAMAGE.
37 37
38 <script type="text/montage-serialization"> 38 <script type="text/montage-serialization">
39 { 39 {
40 40
41 "owner": { 41 "owner": {
42 "prototype": "map.reel", 42 "prototype": "map.reel",
43 "properties": { 43 "properties": {
44 "element": {"#": "map-container"}, 44 "element": {"#": "map-container"},
45 "mapEl": {"#": "map"} 45 "mapEl": {"#": "map"}
46 } 46 }
47 } 47 }
48 } 48 }
49 </script> 49 </script>
@@ -61,9 +61,9 @@ POSSIBILITY OF SUCH DAMAGE.
61 61
62</head> 62</head>
63<body> 63<body>
64 64
65 <div data-montage-id="map-container"> 65 <div data-montage-id="map-container">
66 <div data-montage-id="map" id="map" class="montage-google-map">MAP</div> 66 <div data-montage-id="map" id="map" class="montage-google-map">MAP</div>
67 </div> 67 </div>
68 68
69</body> 69</body>