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..d3170c123c98fb1da47f3402c5e3a30e6ed96842 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">{{+availability.partial content:availability/}}</span> |
+ {{/availability}} |
{{?description}}<p> |
{{{description}}} |
</p>{{/description}} |