From f4443a113fb6e9c7e18d4018430a539a6daac031 Mon Sep 17 00:00:00 2001 From: "mihaip@chromium.org" Date: Wed, 24 Aug 2011 18:00:43 +0000 Subject: 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 --- chrome/common/extensions/docs/overview.html | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'chrome/common/extensions/docs/overview.html') diff --git a/chrome/common/extensions/docs/overview.html b/chrome/common/extensions/docs/overview.html index ab79fa8..0204fea 100644 --- a/chrome/common/extensions/docs/overview.html +++ b/chrome/common/extensions/docs/overview.html @@ -1117,7 +1117,7 @@ Here are some ideas for where to go next:
- chrome.bookmarksonEvent.addListener(function(Type param1, Type param2) {...}, Type opt_param1, Type opt_param2)); + chrome.bookmarksonEvent.addListener(function(Type param1, Type param2) {...}, Type opt_param1, Type opt_param2);
-- cgit v1.1