From c4991f239998abe4a577be06c4419666c85556cd Mon Sep 17 00:00:00 2001 From: "dbeam@chromium.org" Date: Thu, 20 Dec 2012 02:50:45 +0000 Subject: [web_dev_style] (Boolean|Number|String) -> (boolean|number|string) and add presubmit check. BUG=113202 TEST=chrome/browser/resources/test_presubmit.py Review URL: https://codereview.chromium.org/11628003 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@174083 0039d316-1c4b-4281-b951-d872f2087c98 --- chrome/browser/resources/options/manage_profile_overlay.js | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) (limited to 'chrome/browser/resources/options/manage_profile_overlay.js') diff --git a/chrome/browser/resources/options/manage_profile_overlay.js b/chrome/browser/resources/options/manage_profile_overlay.js index 84eba7d..52866ec 100644 --- a/chrome/browser/resources/options/manage_profile_overlay.js +++ b/chrome/browser/resources/options/manage_profile_overlay.js @@ -120,7 +120,7 @@ cr.define('options', function() { * filePath: "/path/to/profile/data/on/disk" * isCurrentProfile: false, * }; - * @param {String} mode A label that specifies the type of dialog + * @param {string} mode A label that specifies the type of dialog * box which is currently being viewed (i.e. 'create' or * 'manage'). * @private @@ -176,7 +176,7 @@ cr.define('options', function() { /** * Display the error bubble, with |errorText| in the bubble. * @param {string} errorText The localized string id to display as an error. - * @param {String} mode A label that specifies the type of dialog + * @param {string} mode A label that specifies the type of dialog * box which is currently being viewed (i.e. 'create' or * 'manage'). * @private @@ -191,7 +191,7 @@ cr.define('options', function() { /** * Hide the error bubble. - * @param {String} mode A label that specifies the type of dialog + * @param {string} mode A label that specifies the type of dialog * box which is currently being viewed (i.e. 'create' or * 'manage'). * @private @@ -204,7 +204,7 @@ cr.define('options', function() { /** * oninput callback for field. * @param {Event} event The event object. - * @param {String} mode A label that specifies the type of dialog + * @param {string} mode A label that specifies the type of dialog * box which is currently being viewed (i.e. 'create' or * 'manage'). * @private @@ -242,7 +242,7 @@ cr.define('options', function() { /** * Called when the selected icon in the icon grid changes. - * @param {String} mode A label that specifies the type of dialog + * @param {string} mode A label that specifies the type of dialog * box which is currently being viewed (i.e. 'create' or * 'manage'). * @private -- cgit v1.1