| Index: chrome/browser/resources/options/chromeos/network_list.js
|
| diff --git a/chrome/browser/resources/options/chromeos/network_list.js b/chrome/browser/resources/options/chromeos/network_list.js
|
| index a0b45b5f64b36adff37bdcb0808ef0c2ace6359e..c9b069f29f7c2ab5f1bf983fae4d0a379073a172 100644
|
| --- a/chrome/browser/resources/options/chromeos/network_list.js
|
| +++ b/chrome/browser/resources/options/chromeos/network_list.js
|
| @@ -1001,7 +1001,7 @@ cr.define('options.network', function() {
|
| * Replaces a network menu with a button for reenabling the type of network.
|
| * @param {string} name The type of network (WiFi, Cellular or Wimax).
|
| * @param {string} command The command for reenabling the network.
|
| - * @param {string} type of icon (WiFi or Cellular).
|
| + * @param {string} icon Type of icon (WiFi or Cellular).
|
| * @private
|
| */
|
| function addEnableNetworkButton_(name, command, icon) {
|
| @@ -1051,7 +1051,7 @@ cr.define('options.network', function() {
|
| * Handle mouse events received by the bubble, preventing focus blurring as
|
| * that would close any currently open menu and preventing propagation to
|
| * any elements located behind the bubble.
|
| - * @param {Event} Mouse event.
|
| + * @param {Event} event Mouse event.
|
| */
|
| stopEvent: function(event) {
|
| event.preventDefault();
|
|
|