| OLD | NEW |
| 1 <a name="apiReference"></a> | 1 <a name="apiReference"></a> |
| 2 <h2>API Reference: chrome.{{api.name}}</h2> | 2 <h2>API Reference: chrome.{{api.name}}</h2> |
| 3 <div class="api_reference"> | 3 <div class="api_reference"> |
| 4 {{?api.types}} | 4 {{?api.types}} |
| 5 <h3 id="types">Types</h3> | 5 <h3 id="types">Types</h3> |
| 6 {{#api.types}} | 6 {{#api.types}} |
| 7 {{+partials.type api:api type:@}} | 7 {{+partials.type api:api type:@}} |
| 8 {{/}} | 8 {{/}} |
| 9 {{/api.types}} | 9 {{/api.types}} |
| 10 {{?api.properties}} | 10 {{?api.properties}} |
| (...skipping 12 matching lines...) Expand all Loading... |
| 23 <h3 id="events">Events</h3> | 23 <h3 id="events">Events</h3> |
| 24 {{#api.events}} | 24 {{#api.events}} |
| 25 {{+partials.event api:api}} | 25 {{+partials.event api:api}} |
| 26 {{/}} | 26 {{/}} |
| 27 {{/api.events}} | 27 {{/api.events}} |
| 28 </div> | 28 </div> |
| 29 {{?samples_list}} | 29 {{?samples_list}} |
| 30 <a name="samples"></a> | 30 <a name="samples"></a> |
| 31 <h2>Sample {{title}} that use chrome.{{api.name}}</h2> | 31 <h2>Sample {{title}} that use chrome.{{api.name}}</h2> |
| 32 {{#samples_list}} | 32 {{#samples_list}} |
| 33 <li><strong><a href="{{download_url}}">{{name}}</a></strong> – | 33 <li><strong><a href="samples.html#{{id}}">{{name}}</a></strong> – |
| 34 {{description}}</li> | 34 {{description}}</li> |
| 35 {{/samples_list}} | 35 {{/samples_list}} |
| 36 {{/samples_list}} | 36 {{/samples_list}} |
| OLD | NEW |