Chromium Code Reviews| OLD | NEW |
|---|---|
| 1 <div> | 1 <div> |
| 2 {{?prefix}}<a name="{{?property}}property{{:}}type{{/}}-{{prefix}}-{{name}}">< /a>{{/}} | |
|
not at google - send to devlin
2012/09/28 04:03:11
blarg, it would be nicer if this link were in the
cduvall
2012/09/29 00:37:49
I think this would be awesome. I'm going to upload
| |
| 2 {{+partials.property}} | 3 {{+partials.property}} |
| 3 {{?properties}} | 4 {{?properties}} |
|
not at google - send to devlin
2012/09/28 04:03:11
also, 80 chars if possible
cduvall
2012/09/29 00:37:49
Done.
| |
| 4 <dd> | 5 <dd> |
| 5 <dl> | 6 <dl> |
| 6 {{#properties}} | 7 {{#properties}} |
| 7 {{^additional_properties}} | 8 {{^additional_properties}} |
| 8 {{+partials.parameter_full}} | 9 {{+partials.parameter_full}} |
| 9 {{/additional_properties}} | 10 {{/additional_properties}} |
| 10 {{/}} | 11 {{/}} |
| 11 </dl> | 12 </dl> |
| 12 </dd> | 13 </dd> |
| 13 {{/properties}} | 14 {{/properties}} |
| 14 </div> | 15 </div> |
| OLD | NEW |