Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(315)

Unified Diff: ui/webui/resources/cr_elements/cr_onc/cr_onc_data.js

Issue 987433007: JS cleanup for cr_elements (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Created 5 years, 10 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
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: {

Powered by Google App Engine
This is Rietveld 408576698