| Index: chrome/common/extensions/docs/templates/private/event.html
|
| diff --git a/chrome/common/extensions/docs/templates/private/event.html b/chrome/common/extensions/docs/templates/private/event.html
|
| index b641d50cafedb47c223b062db7a52d4df76bbfa6..100e8b4b2a667adf08b3a146da8a631bb2cb24dc 100644
|
| --- a/chrome/common/extensions/docs/templates/private/event.html
|
| +++ b/chrome/common/extensions/docs/templates/private/event.html
|
| @@ -1,8 +1,7 @@
|
| <div>
|
| - <a name="event-{{?prefix}}{{prefix}}-{{/}}{{name}}"></a>
|
| - <h4>{{name}}</h4>
|
| + <h4 id="{{id}}">{{name}}</h4>
|
| <div class="summary">
|
| - <span class="subdued">{{?prefix}}{{prefix}}{{:}}chrome.{{api.name}}{{/}}.</span>{{name}}<span class="subdued">.addListener</span>(function({{#parameters}}{{+partials.parameter_item}}{{^last}}, {{/}}{{/}})<span class="subdued"> {...}</span>);
|
| + <span class="subdued">{{?parent_name}}{{parent_name}}{{:}}chrome.{{api.name}}{{/}}.</span>{{name}}<span class="subdued">.addListener</span>(function({{#parameters}}{{+partials.parameter_item}}{{^last}}, {{/}}{{/}})<span class="subdued"> {...}</span>);
|
| </div>
|
| <div class="description">
|
| {{?description}}<p>
|
|
|