Chromium Code Reviews| Index: chrome/common/extensions/docs/server2/templates/intros/events.html |
| =================================================================== |
| --- chrome/common/extensions/docs/server2/templates/intros/events.html (revision 153814) |
| +++ chrome/common/extensions/docs/server2/templates/intros/events.html (working copy) |
| @@ -143,7 +143,7 @@ |
| <code>getRules()</code> function. It accepts an optional array of rule |
| identifiers with the same semantics as <code>removeRules</code> and a callback |
| function. |
| -<p> |
| +</p> |
| <pre> |
| var rule_ids = ["id1", "id2", ...]; |
| @@ -154,4 +154,5 @@ |
| The <code>details</code> parameter passed to the <code>calback()</code> function |
| refers to an array of rules including filled optional parameters. |
| </p> |
| -</div> |
| +</div> |
| +{{/}} |
|
not at google - send to devlin
2012/08/29 03:31:37
{{/is_apps}} for readability. it's also what is ch
|