Index: chrome/common/extensions/docs/templates/private/property_name_and_type.html |
diff --git a/chrome/common/extensions/docs/templates/private/property_name_and_type.html b/chrome/common/extensions/docs/templates/private/property_name_and_type.html |
deleted file mode 100644 |
index 2315ca4141ab7b202e2e4721de17dd2791ea0c3c..0000000000000000000000000000000000000000 |
--- a/chrome/common/extensions/docs/templates/private/property_name_and_type.html |
+++ /dev/null |
@@ -1,9 +0,0 @@ |
-{{#property}} |
-{{name}} |
-<span class="property"> |
- ( |
- {{?optional}}<span class="optional">optional</span>{{/}} |
- {{+partials.variable_type type:property/}} |
- ) |
-</span> |
-{{/property}} |