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

Unified Diff: chrome/common/extensions/docs/templates/private/type_item.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/type_item.html
diff --git a/chrome/common/extensions/docs/templates/private/type_item.html b/chrome/common/extensions/docs/templates/private/type_item.html
index 6c1812729899a0590c9f4d0ef41109fdb42afb6f..2d88500df006ea4a0f3148916f3ff9c6df88c255 100644
--- a/chrome/common/extensions/docs/templates/private/type_item.html
+++ b/chrome/common/extensions/docs/templates/private/type_item.html
@@ -5,8 +5,6 @@
{{/display_name}}
<dd>
<dl>
- {{#items}}
- {{+item_partial @:@}}
- {{/items}}
+ {{#i:items +item_partial parameter:i property:i event:i function:i/}}
</dl>
</dd>

Powered by Google App Engine
This is Rietveld 408576698