| OLD | NEW |
| 1 <a name="apiReference"></a> | 1 <h2 id="apiReference">API Reference: chrome.{{api.name}}</h2> |
| 2 <h2>API Reference: chrome.{{api.name}}</h2> | |
| 3 <div class="api_reference"> | 2 <div class="api_reference"> |
| 4 {{?api.types}} | 3 {{?api.types}} |
| 5 <h3 id="types">Types</h3> | 4 <h3 id="types">Types</h3> |
| 6 {{#api.types}} | 5 {{#api.types}} |
| 7 {{+partials.type api:api type:@}} | 6 {{+partials.type api:api type:@}} |
| 8 {{/}} | 7 {{/}} |
| 9 {{/api.types}} | 8 {{/api.types}} |
| 10 {{?api.properties}} | 9 {{?api.properties}} |
| 11 <h3 id="properties">Properties</h3> | 10 <h3 id="properties">Properties</h3> |
| 12 {{#api.properties}} | 11 {{#api.properties}} |
| 13 {{+partials.api_property api:api}} | 12 {{+partials.api_property api:api property:@}} |
| 14 {{/}} | 13 {{/}} |
| 15 {{/api.properties}} | 14 {{/api.properties}} |
| 16 {{?api.functions}} | 15 {{?api.functions}} |
| 17 <h3 id="methods">Methods</h3> | 16 <h3 id="methods">Methods</h3> |
| 18 {{#api.functions}} | 17 {{#api.functions}} |
| 19 {{+partials.function api:api}} | 18 {{+partials.function api:api}} |
| 20 {{/}} | 19 {{/}} |
| 21 {{/api.functions}} | 20 {{/api.functions}} |
| 22 {{?api.events}} | 21 {{?api.events}} |
| 23 <h3 id="events">Events</h3> | 22 <h3 id="events">Events</h3> |
| 24 {{#api.events}} | 23 {{#api.events}} |
| 25 {{+partials.event api:api}} | 24 {{+partials.event api:api}} |
| 26 {{/}} | 25 {{/}} |
| 27 {{/api.events}} | 26 {{/api.events}} |
| 28 </div> | 27 </div> |
| 29 {{?samples_list}} | 28 {{?samples_list}} |
| 30 <a name="samples"></a> | 29 <h2 id="samples">Sample {{title}} that use chrome.{{api.name}}</h2> |
| 31 <h2>Sample {{title}} that use chrome.{{api.name}}</h2> | |
| 32 {{#samples_list}} | 30 {{#samples_list}} |
| 33 <li><strong><a href="samples.html#{{id}}">{{name}}</a></strong> – | 31 <li><strong><a href="samples.html#{{id}}">{{name}}</a></strong> – |
| 34 {{?description}} | 32 {{?description}} |
| 35 {{description}} | 33 {{description}} |
| 36 {{/description}}</li> | 34 {{/description}}</li> |
| 37 {{/samples_list}} | 35 {{/samples_list}} |
| 38 {{/samples_list}} | 36 {{/samples_list}} |
| OLD | NEW |