| Index: chrome/common/extensions/docs/template/api_template.html
|
| diff --git a/chrome/common/extensions/docs/template/api_template.html b/chrome/common/extensions/docs/template/api_template.html
|
| index 21e0dd62ad96d425ef08f20f351c28bbf35fea54..80a1ab35f33908b32194e2395a3febb1f11b13f3 100644
|
| --- a/chrome/common/extensions/docs/template/api_template.html
|
| +++ b/chrome/common/extensions/docs/template/api_template.html
|
| @@ -384,11 +384,11 @@
|
|
|
| <!-- TYPES -->
|
| <div jsdisplay="types && types.length > 0" class="apiGroup">
|
| - <a name="types.sort(sortByName)"></a>
|
| + <a name="types"></a>
|
| <h3 id="types">Types</h3>
|
|
|
| <!-- iterates over all types -->
|
| - <div jsselect="types" class="apiItem">
|
| + <div jsselect="types.sort(sortByName)" class="apiItem">
|
| <a jsvalues=".name:'type-' + id"></a>
|
| <h4 jscontent="id">type name</h4>
|
|
|
|
|