| Index: chrome/common/extensions/docs/templates/private/function.html
|
| diff --git a/chrome/common/extensions/docs/templates/private/function.html b/chrome/common/extensions/docs/templates/private/function.html
|
| index ea57fe0ac39815f1da98bd3612be0aacff515821..b4657603339592d37acf70b96c4903bc577236d5 100644
|
| --- a/chrome/common/extensions/docs/templates/private/function.html
|
| +++ b/chrome/common/extensions/docs/templates/private/function.html
|
| @@ -1,4 +1,5 @@
|
| {{!function The function to render}}
|
| +{{?parentName}}<tr><td>{{/}}
|
| <div>
|
| {{?parentName}}<h4{{:}}<h3{{/}}
|
| {{- Might be an anonymous function. -}}
|
| @@ -11,3 +12,4 @@
|
| parentName:parentName
|
| api:api/}}
|
| </div>
|
| +{{?parentName}}</td></tr>{{/}}
|
|
|