| Index: chrome/browser/resources/options/chromeos/onc_data.js
|
| diff --git a/chrome/browser/resources/options/chromeos/onc_data.js b/chrome/browser/resources/options/chromeos/onc_data.js
|
| index 78e25a7170f8ae302867cc125c0a0ab4628f5a73..3c296a1ff6c8a0592b6acd6733b9596276686ad3 100644
|
| --- a/chrome/browser/resources/options/chromeos/onc_data.js
|
| +++ b/chrome/browser/resources/options/chromeos/onc_data.js
|
| @@ -10,6 +10,9 @@
|
| cr.define('cr.onc', function() {
|
| 'use strict';
|
|
|
| + /**
|
| + * @constructor
|
| + */
|
| function OncData(data) {
|
| this.data_ = data;
|
| // For convenience set 'type' to the active 'Type' value.
|
| @@ -136,7 +139,7 @@ cr.define('cr.onc', function() {
|
|
|
| /**
|
| * Get the effective value from a Managed property ONC dictionary.
|
| - * @param {object} property The managed property ONC dictionary.
|
| + * @param {Object} property The managed property ONC dictionary.
|
| * @return {*} The effective value or undefined.
|
| * @private
|
| */
|
|
|