| 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 c68b16e333754e6edcd6c7399a342852074daaea..3799e67a23d4bc61303aecef48597f1f6efe5e22 100644
|
| --- a/chrome/common/extensions/docs/templates/private/event.html
|
| +++ b/chrome/common/extensions/docs/templates/private/event.html
|
| @@ -3,6 +3,9 @@
|
| <h3 id="{{id}}">{{name}}</h3>
|
| {{+partials.warning_deprecated item:event/}}
|
| <div class="description">
|
| + {{?availability}}
|
| + <span class="availability" style="color:magenta; font-family:'arial';">{{+availability.partial content:availability/}}</span>
|
| + {{/availability}}
|
| {{?description}}<p>
|
| {{{description}}}
|
| </p>{{/description}}
|
|
|