summaryrefslogtreecommitdiffstats
path: root/chrome/common/extensions/docs/template
diff options
context:
space:
mode:
authorrafaelw@chromium.org <rafaelw@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98>2010-06-22 00:54:35 +0000
committerrafaelw@chromium.org <rafaelw@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98>2010-06-22 00:54:35 +0000
commitfe7f3aa2e93a5d6634a2d81c29ac0f71e46c54db (patch)
tree7c2ef4db047cc0e5b62b7d49ee0e8d99717c1b9c /chrome/common/extensions/docs/template
parent5c54b295fffa28a904b975c43b8026122132674d (diff)
downloadchromium_src-fe7f3aa2e93a5d6634a2d81c29ac0f71e46c54db.zip
chromium_src-fe7f3aa2e93a5d6634a2d81c29ac0f71e46c54db.tar.gz
chromium_src-fe7f3aa2e93a5d6634a2d81c29ac0f71e46c54db.tar.bz2
Extension Docs Changes (nothing buildable or testable)
This fixes a bug in the alphabetical ordering of the types section of the extension docs BUG=47110 TBR=kathyw Review URL: http://codereview.chromium.org/2834014 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@50415 0039d316-1c4b-4281-b951-d872f2087c98
Diffstat (limited to 'chrome/common/extensions/docs/template')
-rw-r--r--chrome/common/extensions/docs/template/api_template.html4
1 files changed, 2 insertions, 2 deletions
diff --git a/chrome/common/extensions/docs/template/api_template.html b/chrome/common/extensions/docs/template/api_template.html
index 21e0dd6..80a1ab3 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>