diff options
author | mihaip@chromium.org <mihaip@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98> | 2011-08-24 18:00:43 +0000 |
---|---|---|
committer | mihaip@chromium.org <mihaip@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98> | 2011-08-24 18:00:43 +0000 |
commit | f4443a113fb6e9c7e18d4018430a539a6daac031 (patch) | |
tree | 904adf9b45343ee37e7ddb3e6d7a8871ba8a2cfb /chrome/common/extensions/docs/history.html | |
parent | 6db416f0b82588c147de698cb9febf930475e5b8 (diff) | |
download | chromium_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.html | 4 |
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"> |