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 = {}; |