aboutsummaryrefslogtreecommitdiff
path: root/js/panels/Timeline/TimelineTrack.reel/TimelineTrack.html
diff options
context:
space:
mode:
authorKris Kowal2012-07-06 12:42:16 -0700
committerKris Kowal2012-07-06 15:01:49 -0700
commit6803c0abd279fcb640c38b3881b751bab982cbe0 (patch)
tree876211d178954cbaa73e0fbb658fe0c6ffb7ac8d /js/panels/Timeline/TimelineTrack.reel/TimelineTrack.html
parent3644cb6def4f681c99959e5729e78ea353441fad (diff)
downloadninja-6803c0abd279fcb640c38b3881b751bab982cbe0.tar.gz
Remove trailing spaces
Diffstat (limited to 'js/panels/Timeline/TimelineTrack.reel/TimelineTrack.html')
-rw-r--r--js/panels/Timeline/TimelineTrack.reel/TimelineTrack.html16
1 files changed, 8 insertions, 8 deletions
diff --git a/js/panels/Timeline/TimelineTrack.reel/TimelineTrack.html b/js/panels/Timeline/TimelineTrack.reel/TimelineTrack.html
index 1a8b3133..b44cc27b 100644
--- a/js/panels/Timeline/TimelineTrack.reel/TimelineTrack.html
+++ b/js/panels/Timeline/TimelineTrack.reel/TimelineTrack.html
@@ -131,7 +131,7 @@ POSSIBILITY OF SUCH DAMAGE.
131 } 131 }
132 } 132 }
133 }, 133 },
134 134
135 "mainCollapser" : { 135 "mainCollapser" : {
136 "prototype" : "js/panels/timeline/Collapser", 136 "prototype" : "js/panels/timeline/Collapser",
137 "properties" : { 137 "properties" : {
@@ -141,7 +141,7 @@ POSSIBILITY OF SUCH DAMAGE.
141 "isLabelClickable" : false, 141 "isLabelClickable" : false,
142 "clicker" : {"#" : "label-main"}, 142 "clicker" : {"#" : "label-main"},
143 "isCollapsed" : true, 143 "isCollapsed" : true,
144 "isAnimated" : true 144 "isAnimated" : true
145 }, 145 },
146 "bindings" : { 146 "bindings" : {
147 "isToggling" : { 147 "isToggling" : {
@@ -156,7 +156,7 @@ POSSIBILITY OF SUCH DAMAGE.
156 } 156 }
157 } 157 }
158 }, 158 },
159 159
160 "positionCollapser" : { 160 "positionCollapser" : {
161 "prototype" : "js/panels/timeline/Collapser", 161 "prototype" : "js/panels/timeline/Collapser",
162 "properties" : { 162 "properties" : {
@@ -166,7 +166,7 @@ POSSIBILITY OF SUCH DAMAGE.
166 "isLabelClickable" : false, 166 "isLabelClickable" : false,
167 "clicker" : {"#" : "label-position"}, 167 "clicker" : {"#" : "label-position"},
168 "isCollapsed" : true, 168 "isCollapsed" : true,
169 "isAnimated" : true 169 "isAnimated" : true
170 }, 170 },
171 "bindings" : { 171 "bindings" : {
172 "isToggling" : { 172 "isToggling" : {
@@ -181,7 +181,7 @@ POSSIBILITY OF SUCH DAMAGE.
181 } 181 }
182 } 182 }
183 }, 183 },
184 184
185 "styleCollapser" : { 185 "styleCollapser" : {
186 "prototype" : "js/panels/timeline/Collapser", 186 "prototype" : "js/panels/timeline/Collapser",
187 "properties" : { 187 "properties" : {
@@ -191,7 +191,7 @@ POSSIBILITY OF SUCH DAMAGE.
191 "isLabelClickable" : false, 191 "isLabelClickable" : false,
192 "clicker" : {"#" : "label-styles"}, 192 "clicker" : {"#" : "label-styles"},
193 "isCollapsed" : true, 193 "isCollapsed" : true,
194 "isAnimated" : true 194 "isAnimated" : true
195 }, 195 },
196 "bindings" : { 196 "bindings" : {
197 "isToggling" : { 197 "isToggling" : {
@@ -206,8 +206,8 @@ POSSIBILITY OF SUCH DAMAGE.
206 } 206 }
207 } 207 }
208 } 208 }
209 209
210 210
211 } 211 }
212 </script> 212 </script>
213 </head> 213 </head>