Chromium Code Reviews| Index: chrome/browser/resources/options/chromeos/internet_detail_ip_config_list.js |
| diff --git a/chrome/browser/resources/options/chromeos/internet_detail_ip_config_list.js b/chrome/browser/resources/options/chromeos/internet_detail_ip_config_list.js |
| index fe4cb9eab4a94a3bb8759d5989955aaf8cbcf171..8bcea77284254b7a08d8a200454ded84718a5cb4 100644 |
| --- a/chrome/browser/resources/options/chromeos/internet_detail_ip_config_list.js |
| +++ b/chrome/browser/resources/options/chromeos/internet_detail_ip_config_list.js |
| @@ -74,8 +74,7 @@ cr.define('options.internet', function() { |
| /** |
| * Called when committing an edit; updates the model. |
| - * @param {Event} e The end event. |
| - * @private |
| + * @param {Event} e The end event. * @private |
|
James Hawkins
2011/11/28 21:38:06
Wha? I think this change was unintentional.
Mattias Nissler (ping if slow)
2011/11/29 14:48:50
Sorry. Reverted.
|
| */ |
| onEditCommitted_: function(e) { |
| this.fieldInfo_['value'] = this.valueField_.value; |