diff options
author | Kris Kowal | 2012-07-06 12:42:16 -0700 |
---|---|---|
committer | Kris Kowal | 2012-07-06 15:01:49 -0700 |
commit | 6803c0abd279fcb640c38b3881b751bab982cbe0 (patch) | |
tree | 876211d178954cbaa73e0fbb658fe0c6ffb7ac8d /js/components/treeview | |
parent | 3644cb6def4f681c99959e5729e78ea353441fad (diff) | |
download | ninja-6803c0abd279fcb640c38b3881b751bab982cbe0.tar.gz |
Remove trailing spaces
Diffstat (limited to 'js/components/treeview')
-rw-r--r-- | js/components/treeview/ninja-branch.reel/ninja-branch.html | 4 | ||||
-rw-r--r-- | js/components/treeview/treeview.reel/treeview.html | 4 |
2 files changed, 4 insertions, 4 deletions
diff --git a/js/components/treeview/ninja-branch.reel/ninja-branch.html b/js/components/treeview/ninja-branch.reel/ninja-branch.html index 52cd97b4..d6bbcc1b 100644 --- a/js/components/treeview/ninja-branch.reel/ninja-branch.html +++ b/js/components/treeview/ninja-branch.reel/ninja-branch.html | |||
@@ -160,9 +160,9 @@ POSSIBILITY OF SUCH DAMAGE. | |||
160 | <div data-montage-id="branchCollapser" class="branchCollapser"> | 160 | <div data-montage-id="branchCollapser" class="branchCollapser"> |
161 | <ul data-montage-id="branchList"> | 161 | <ul data-montage-id="branchList"> |
162 | <li data-montage-id="treeItem"></li> | 162 | <li data-montage-id="treeItem"></li> |
163 | </ul> | 163 | </ul> |
164 | </div> | 164 | </div> |
165 | 165 | ||
166 | </div> | 166 | </div> |
167 | </body> | 167 | </body> |
168 | </html> | 168 | </html> |
diff --git a/js/components/treeview/treeview.reel/treeview.html b/js/components/treeview/treeview.reel/treeview.html index c7cadee7..14285452 100644 --- a/js/components/treeview/treeview.reel/treeview.html +++ b/js/components/treeview/treeview.reel/treeview.html | |||
@@ -45,10 +45,10 @@ POSSIBILITY OF SUCH DAMAGE. | |||
45 | } | 45 | } |
46 | }, | 46 | }, |
47 | "defaultBranch" : { | 47 | "defaultBranch" : { |
48 | "prototype" : "js/components/treeview/branch.reel" | 48 | "prototype" : "js/components/treeview/branch.reel" |
49 | }, | 49 | }, |
50 | "defaultLeaf" : { | 50 | "defaultLeaf" : { |
51 | "prototype" : "js/components/treeview/leaf.reel" | 51 | "prototype" : "js/components/treeview/leaf.reel" |
52 | }, | 52 | }, |
53 | "scrollview": { | 53 | "scrollview": { |
54 | "prototype": "montage/ui/scroller.reel", | 54 | "prototype": "montage/ui/scroller.reel", |