diff options
author | Nivesh Rajbhandari | 2012-05-07 11:18:11 -0700 |
---|---|---|
committer | Nivesh Rajbhandari | 2012-05-07 11:18:11 -0700 |
commit | e377a8dc0b0e34905782ed867acb5fe725ae0131 (patch) | |
tree | 6931311aabd7a4e366df195a168d437f1d0d8465 /js/components/layout/tools-list.reel | |
parent | 8be6e94b57f4bd6e28754a6113b4d6a401365e13 (diff) | |
parent | 526e423e4a2734c2b139af23911e912452a4443f (diff) | |
download | ninja-e377a8dc0b0e34905782ed867acb5fe725ae0131.tar.gz |
Merge branch 'refs/heads/ninja-internal' into WebGLFixes
Diffstat (limited to 'js/components/layout/tools-list.reel')
-rwxr-xr-x | js/components/layout/tools-list.reel/tools-list.html | 10 |
1 files changed, 5 insertions, 5 deletions
diff --git a/js/components/layout/tools-list.reel/tools-list.html b/js/components/layout/tools-list.reel/tools-list.html index acee20b2..9aa05e5d 100755 --- a/js/components/layout/tools-list.reel/tools-list.html +++ b/js/components/layout/tools-list.reel/tools-list.html | |||
@@ -162,16 +162,16 @@ | |||
162 | </head> | 162 | </head> |
163 | 163 | ||
164 | <body> | 164 | <body> |
165 | <div id="toolsList" class="toolsList"> | 165 | <div data-montage-id="toolsList" class="toolsList"> |
166 | <div id="toolscontainer" class="toolscontainer"> | 166 | <div data-montage-id="toolscontainer" class="toolscontainer"> |
167 | <div id="toolbutton" class="toolbutton"></div> | 167 | <div data-montage-id="toolbutton" class="toolbutton"></div> |
168 | <div id="groupLine"> | 168 | <div data-montage-id="groupLine"> |
169 | <hr /> | 169 | <hr /> |
170 | </div> | 170 | </div> |
171 | </div> | 171 | </div> |
172 | <!-- TODO: Remove and add as a component --> | 172 | <!-- TODO: Remove and add as a component --> |
173 | <div id="colortoolbar"></div> | 173 | <div id="colortoolbar"></div> |
174 | <div id="disabledCondition" class="panelDisabled"></div> | 174 | <div data-montage-id="disabledCondition" class="panelDisabled"></div> |
175 | </div> | 175 | </div> |
176 | 176 | ||
177 | </body> | 177 | </body> |