Chromium Code Reviews| OLD | NEW |
|---|---|
| 1 <div> | 1 <div> |
| 2 {{?parent}}<a id="{{id}}"></a>{{/}} | |
|
not at google - send to devlin
2012/10/03 01:17:11
this should be name= for a's right?
or you could
cduvall
2012/10/05 01:16:15
Done.
| |
| 2 {{+partials.property}} | 3 {{+partials.property}} |
| 3 {{?properties}} | 4 {{?properties}} |
| 4 <dd> | 5 <dd> |
| 5 <dl> | 6 <dl> |
| 6 {{#properties}} | 7 {{#properties}} |
| 7 {{^additional_properties}} | 8 {{+partials.parameter_full}} |
| 8 {{+partials.parameter_full}} | 9 {{/}} |
| 9 {{/additional_properties}} | |
| 10 {{/}} | |
| 11 </dl> | 10 </dl> |
| 12 </dd> | 11 </dd> |
| 13 {{/properties}} | 12 {{/properties}} |
| 14 </div> | 13 </div> |
| OLD | NEW |