Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(5925)

Unified Diff: chrome/common/extensions/docs/templates/private/dom_event.html

Issue 61733018: Docserver: Update to the latest version of handlebar. Lots of re-syntaxifying. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: comments, rebase Created 7 years, 1 month ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
Index: chrome/common/extensions/docs/templates/private/dom_event.html
diff --git a/chrome/common/extensions/docs/templates/private/dom_event.html b/chrome/common/extensions/docs/templates/private/dom_event.html
index aa95a61822d3fdfbcc6c7c9e418da9ce41bb97f0..bff0e836b2f098837a833a77e05339d32263457e 100644
--- a/chrome/common/extensions/docs/templates/private/dom_event.html
+++ b/chrome/common/extensions/docs/templates/private/dom_event.html
@@ -1,3 +1,4 @@
+{{#event}}
<div>
<h4 id="{{id}}">{{name}}</h4>
<div class="description">
@@ -6,7 +7,8 @@
</p>{{/description}}
{{?properties}}
{{+partials.type_item items:properties
- item_partial:partials.parameter_full}}
+ item_partial:partials.parameter_full/}}
{{/properties}}
</div>
</div>
+{{/event}}

Powered by Google App Engine
This is Rietveld 408576698