| Index: chrome/common/extensions/docs/server2/templates/private/type.html
|
| diff --git a/chrome/common/extensions/docs/server2/templates/private/type.html b/chrome/common/extensions/docs/server2/templates/private/type.html
|
| index 31689bc6f891a8657a8c3e4986926868df79ccde..adc9a74728218944525770c5435e0bf81ffe8526 100644
|
| --- a/chrome/common/extensions/docs/server2/templates/private/type.html
|
| +++ b/chrome/common/extensions/docs/server2/templates/private/type.html
|
| @@ -10,5 +10,10 @@
|
| <dd><h3>Methods of {{type.name}}</h3>
|
| <dd><dl>{{#functions}}{{+partials.function api:api prefix:type.name}}{{/}}</dl></dd>
|
| {{/functions}}
|
| + {{?events}}
|
| + <a name={{type.name}}-events></a>
|
| + <dd><h3>Events of {{type.name}}</h3>
|
| + <dd><dl>{{#events}}{{+partials.event api:api prefix:type.name}}{{/}}</dl></dd>
|
| + {{/events}}
|
| </div>
|
| </div>
|
|
|