summaryrefslogtreecommitdiffstats
path: root/chrome/common/extensions/docs/history.html
diff options
context:
space:
mode:
authormihaip@chromium.org <mihaip@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98>2011-08-24 18:00:43 +0000
committermihaip@chromium.org <mihaip@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98>2011-08-24 18:00:43 +0000
commitf4443a113fb6e9c7e18d4018430a539a6daac031 (patch)
tree904adf9b45343ee37e7ddb3e6d7a8871ba8a2cfb /chrome/common/extensions/docs/history.html
parent6db416f0b82588c147de698cb9febf930475e5b8 (diff)
downloadchromium_src-f4443a113fb6e9c7e18d4018430a539a6daac031.zip
chromium_src-f4443a113fb6e9c7e18d4018430a539a6daac031.tar.gz
chromium_src-f4443a113fb6e9c7e18d4018430a539a6daac031.tar.bz2
Remove unbalanced parenthesis in event handler docs template.
BUG=94087 TEST=no R=smus@chromium.org Review URL: http://codereview.chromium.org/7718029 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@98074 0039d316-1c4b-4281-b951-d872f2087c98
Diffstat (limited to 'chrome/common/extensions/docs/history.html')
-rw-r--r--chrome/common/extensions/docs/history.html4
1 files changed, 2 insertions, 2 deletions
diff --git a/chrome/common/extensions/docs/history.html b/chrome/common/extensions/docs/history.html
index 7a57fd5..4577ea3 100644
--- a/chrome/common/extensions/docs/history.html
+++ b/chrome/common/extensions/docs/history.html
@@ -2294,7 +2294,7 @@ For other examples and for help in viewing the source code, see
<div class="summary">
<!-- Note: intentionally longer 80 columns -->
- <span class="subdued">chrome.history.</span><span>onVisitRemoved</span><span class="subdued">.addListener</span>(function(<span>object removed</span>) <span class="subdued">{...}</span><span></span>));
+ <span class="subdued">chrome.history.</span><span>onVisitRemoved</span><span class="subdued">.addListener</span>(function(<span>object removed</span>) <span class="subdued">{...}</span><span></span>);
</div>
<div class="description">
@@ -2552,7 +2552,7 @@ For other examples and for help in viewing the source code, see
<div class="summary">
<!-- Note: intentionally longer 80 columns -->
- <span class="subdued">chrome.history.</span><span>onVisited</span><span class="subdued">.addListener</span>(function(<span>HistoryItem result</span>) <span class="subdued">{...}</span><span></span>));
+ <span class="subdued">chrome.history.</span><span>onVisited</span><span class="subdued">.addListener</span>(function(<span>HistoryItem result</span>) <span class="subdued">{...}</span><span></span>);
</div>
<div class="description">