Chromium Code Reviews| OLD | NEW |
|---|---|
| 1 <div> | 1 <div> |
| 2 <h4 id="{{id}}">{{name}}</h4> | 2 <h4 id="{{id}}">{{name}}</h4> |
| 3 {{+partials.warning_deprecated function:@}} | |
|
not at google - send to devlin
2013/10/31 20:23:13
maybe you should rename "function" in warning_depr
dhnishi (use Chromium)
2013/10/31 21:29:23
Sounds good. "item" makes more sense with the scop
| |
| 3 <div class="description"> | 4 <div class="description"> |
| 4 {{?description}}<p> | 5 {{?description}}<p> |
| 5 {{{description}}} | 6 {{{description}}} |
| 6 </p>{{/description}} | 7 </p>{{/description}} |
| 7 {{?conditions}} | 8 {{?conditions}} |
| 8 {{?supportsRules}} | 9 {{?supportsRules}} |
| 9 <h4>Supported conditions</h4> | 10 <h4>Supported conditions</h4> |
| 10 <p> | 11 <p> |
| 11 The following conditions may be used in rules registered through | 12 The following conditions may be used in rules registered through |
| 12 <a href="#{{id}}-{{addRulesFunction.name}}"> | 13 <a href="#{{id}}-{{addRulesFunction.name}}"> |
| (...skipping 43 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... | |
| 56 api:api}} | 57 api:api}} |
| 57 {{/supportsRules}} | 58 {{/supportsRules}} |
| 58 {{?supportsListeners}} | 59 {{?supportsListeners}} |
| 59 {{+partials.function @:addListenerFunction | 60 {{+partials.function @:addListenerFunction |
| 60 parentName:name | 61 parentName:name |
| 61 api:api | 62 api:api |
| 62 parentId:id}} | 63 parentId:id}} |
| 63 {{/supportsListeners}} | 64 {{/supportsListeners}} |
| 64 </div> | 65 </div> |
| 65 </div> | 66 </div> |
| OLD | NEW |