Index: ui/webui/resources/cr_elements/cr_onc/cr_onc_data.js |
diff --git a/ui/webui/resources/cr_elements/cr_onc/cr_onc_data.js b/ui/webui/resources/cr_elements/cr_onc/cr_onc_data.js |
index 1d87b7494756b778fe9a9b03f6a76182aab79bde..69eb3f165284d5421640078cf91241e401d8b40e 100644 |
--- a/ui/webui/resources/cr_elements/cr_onc/cr_onc_data.js |
+++ b/ui/webui/resources/cr_elements/cr_onc/cr_onc_data.js |
@@ -3,11 +3,12 @@ |
// found in the LICENSE file. |
/** |
- * @fileoverview ONC network configuration support class. Wraps a dictionary |
- * object containing ONC managed or unmanaged dictionaries. Also provides |
- * special accessors for ONC properties. See cr-onc-types for ONC types, |
- * e.g. CrOnc.NetworkConfigType. Used by consumers of the |
- * chrome.networkingPrivate API. See components/onc/docs/onc_spec.html. |
+ * @fileoverview |
+ * ONC network configuration support class. Wraps a dictionary object containing |
+ * ONC managed or unmanaged dictionaries. Also provides special accessors for |
+ * ONC properties. See cr-onc-types for ONC types, e.g. CrOnc.NetworkConfigType. |
+ * Used by consumers of the chrome.networkingPrivate API. See |
+ * components/onc/docs/onc_spec.html. |
stevenjb
2015/03/06 17:39:15
See previous comment
michaelpg
2015/03/06 18:24:09
Done.
|
*/ |
Polymer('cr-onc-data', { |
publish: { |