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/tts.html | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
(limited to 'chrome/common/extensions/docs/tts.html')
diff --git a/chrome/common/extensions/docs/tts.html b/chrome/common/extensions/docs/tts.html
index 0c0d75d..6fdc48c 100644
--- a/chrome/common/extensions/docs/tts.html
+++ b/chrome/common/extensions/docs/tts.html
@@ -2159,7 +2159,7 @@ argument:
- 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