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/omnibox.html | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) (limited to 'chrome/common/extensions/docs/omnibox.html') diff --git a/chrome/common/extensions/docs/omnibox.html b/chrome/common/extensions/docs/omnibox.html index cb34c6b..c550582 100644 --- a/chrome/common/extensions/docs/omnibox.html +++ b/chrome/common/extensions/docs/omnibox.html @@ -708,7 +708,7 @@ You can find samples of this API on the
- chrome.omnibox.onInputCancelled.addListener(function() {...})); + chrome.omnibox.onInputCancelled.addListener(function() {...});
@@ -753,7 +753,7 @@ You can find samples of this API on the
- chrome.omnibox.onInputChanged.addListener(function(string text, function suggest) {...})); + chrome.omnibox.onInputChanged.addListener(function(string text, function suggest) {...});
@@ -1017,7 +1017,7 @@ You can find samples of this API on the
- chrome.omnibox.onInputEntered.addListener(function(string text) {...})); + chrome.omnibox.onInputEntered.addListener(function(string text) {...});
@@ -1129,7 +1129,7 @@ You can find samples of this API on the
- chrome.omnibox.onInputStarted.addListener(function() {...})); + chrome.omnibox.onInputStarted.addListener(function() {...});
-- cgit v1.1