Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(3589)

Unified Diff: chrome/common/extensions/docs/apps/events.html

Issue 10832260: Fix broken documentation link on API documentation page. (Closed) Base URL: http://git.chromium.org/git/chromium.git@trunk
Patch Set: removed devtools docs file as they are not needed Created 8 years, 4 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
« no previous file with comments | « no previous file | chrome/common/extensions/docs/apps/serial.html » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: chrome/common/extensions/docs/apps/events.html
diff --git a/chrome/common/extensions/docs/apps/events.html b/chrome/common/extensions/docs/apps/events.html
index e4edf3dc4db84b3390c7cd4944010ae763688f1e..54c2e244ecd0c72bf77a769cb944607949e77b5b 100644
--- a/chrome/common/extensions/docs/apps/events.html
+++ b/chrome/common/extensions/docs/apps/events.html
@@ -330,8 +330,8 @@ To retrieve a list of currently registered rules, call the
<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>
-</p><pre>var rule_ids = ["id1", "id2", ...];
+</p>
+<pre>var rule_ids = ["id1", "id2", ...];
function getRules(rule_ids, function callback(details) {...});
</pre>
<p>
« no previous file with comments | « no previous file | chrome/common/extensions/docs/apps/serial.html » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698