diff options
author | Armen Kesablyan | 2012-05-08 16:43:43 -0700 |
---|---|---|
committer | Armen Kesablyan | 2012-05-08 16:43:43 -0700 |
commit | dc075ffcc6dd03c090d90fad999eee9b924d56ee (patch) | |
tree | 867f8bdd588c8f9076979233ca46a688ff70523e /js/components/treeview/branch.reel | |
parent | 5d7e470351fd150d5e70a97332fa2f2553797499 (diff) | |
parent | 4d949f141247215b5f2a6ec0cfc7d2d31cf2bb1f (diff) | |
download | ninja-dc075ffcc6dd03c090d90fad999eee9b924d56ee.tar.gz |
Merge branch 'refs/heads/dom-architecture' into binding
Conflicts:
js/components/layout/tools-properties.reel/tools-properties.html
Signed-off-by: Armen Kesablyan <armen@motorola.com>
Diffstat (limited to 'js/components/treeview/branch.reel')
-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> |