diff options
author | Jose Antonio Marquez | 2012-05-07 10:38:04 -0700 |
---|---|---|
committer | Jose Antonio Marquez | 2012-05-07 10:38:04 -0700 |
commit | 5293ede5f3493900df93da33197416d853f8d907 (patch) | |
tree | 3155deaea5616fa09fc96c84567419fec5f288a2 /js/components/treeview/branch.reel/branch.html | |
parent | 9c0bda09a502472768f6dd5090a882d11be58d23 (diff) | |
parent | 30e837ade2da7cb20caf7c5a69faf0888736bb9a (diff) | |
download | ninja-5293ede5f3493900df93da33197416d853f8d907.tar.gz |
Merge branch 'refs/heads/Ninja-DOM-Architecture' into Document
Diffstat (limited to 'js/components/treeview/branch.reel/branch.html')
-rw-r--r-- | js/components/treeview/branch.reel/branch.html | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/js/components/treeview/branch.reel/branch.html b/js/components/treeview/branch.reel/branch.html index 97b03382..d3060d96 100644 --- a/js/components/treeview/branch.reel/branch.html +++ b/js/components/treeview/branch.reel/branch.html | |||
@@ -129,11 +129,11 @@ No rights, expressed or implied, whatsoever to this software are provided by Mot | |||
129 | </script> | 129 | </script> |
130 | </head> | 130 | </head> |
131 | <body> | 131 | <body> |
132 | <div id="branch" class="branch"> | 132 | <div data-montage-id="branch" class="branch"> |
133 | <span id="label" class="branch-label"></span> | 133 | <span data-montage-id="label" class="branch-label"></span> |
134 | 134 | ||
135 | <ul id="branchList"> | 135 | <ul data-montage-id="branchList"> |
136 | <li id="treeItem"></li> | 136 | <li data-montage-id="treeItem"></li> |
137 | </ul> | 137 | </ul> |
138 | </div> | 138 | </div> |
139 | </body> | 139 | </body> |