OLD | NEW |
1 <h1 id="apiReference">chrome.{{api.name}} reference</h1> | 1 <h1 id="apiReference">chrome.{{api.name}} reference</h1> |
2 <div class="api_reference"> | 2 <div class="api_reference"> |
3 {{?api.types}} | 3 {{?api.types}} |
4 <h2 id="types">Types</h2> | 4 <h2 id="types">Types</h2> |
5 {{#api.types}} | 5 {{#api.types}} |
6 {{+partials.type api:api display_name:name}} | 6 {{+partials.type display_name:name}} |
7 {{/}} | 7 {{/}} |
8 {{/api.types}} | 8 {{/api.types}} |
9 {{?api.properties}} | 9 {{?api.properties}} |
10 <h2 id="properties">Properties</h2> | 10 <h2 id="properties">Properties</h2> |
11 {{#api.properties}} | 11 {{#api.properties}} |
12 {{+partials.api_property api:api property:@}} | 12 {{+partials.api_property api:api property:@}} |
13 {{/}} | 13 {{/}} |
14 {{/api.properties}} | 14 {{/api.properties}} |
15 {{?api.functions}} | 15 {{?api.functions}} |
16 <h2 id="methods">Methods</h2> | 16 <h2 id="methods">Methods</h2> |
(...skipping 10 matching lines...) Expand all Loading... |
27 </div> | 27 </div> |
28 {{?samples_list}} | 28 {{?samples_list}} |
29 <h2 id="samples">Sample {{title}} that use chrome.{{api.name}}</h2> | 29 <h2 id="samples">Sample {{title}} that use chrome.{{api.name}}</h2> |
30 {{#samples_list}} | 30 {{#samples_list}} |
31 <li><strong><a href="samples.html#{{id}}">{{name}}</a></strong> | 31 <li><strong><a href="samples.html#{{id}}">{{name}}</a></strong> |
32 {{?description}} | 32 {{?description}} |
33 – {{description}} | 33 – {{description}} |
34 {{/description}}</li> | 34 {{/description}}</li> |
35 {{/samples_list}} | 35 {{/samples_list}} |
36 {{/samples_list}} | 36 {{/samples_list}} |
OLD | NEW |