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

Unified Diff: ui/webui/resources/cr_elements/cr_onc/cr_onc_types.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_types.js
diff --git a/ui/webui/resources/cr_elements/cr_onc/cr_onc_types.js b/ui/webui/resources/cr_elements/cr_onc/cr_onc_types.js
index 714d4593cacf0066c7b6410cda4d4b5e27c33d77..a7d34e88ff00251404da41a8cccbf90d5fbc258a 100644
--- a/ui/webui/resources/cr_elements/cr_onc/cr_onc_types.js
+++ b/ui/webui/resources/cr_elements/cr_onc/cr_onc_types.js
@@ -2,12 +2,12 @@
// Use of this source code is governed by a BSD-style license that can be
// found in the LICENSE file.
-
/**
- * @fileoverview Typedefs for CrOncDataElement.data. Note: These 'types' define
- * a subset of ONC properties in the ONC data dictionary. The first letter is
- * capitalized to match the ONC spec and avoid an extra layer of translation.
- * See components/onc/docs/onc_spec.html for the complete spec.
+ * @fileoverview
+ * Typedefs for CrOncDataElement.data. Note: These 'types' define a subset of
+ * ONC properties in the ONC data dictionary. The first letter is capitalized to
+ * match the ONC spec and avoid an extra layer of translation. See
+ * components/onc/docs/onc_spec.html for the complete spec.
stevenjb 2015/03/06 17:39:15 See previous comment
michaelpg 2015/03/06 18:24:10 Done.
*/
var CrOnc = {};

Powered by Google App Engine
This is Rietveld 408576698