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

Unified Diff: ui/webui/resources/cr_elements/cr_dropdown_menu/cr_dropdown_menu.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_dropdown_menu/cr_dropdown_menu.js
diff --git a/ui/webui/resources/cr_elements/cr_dropdown_menu/cr_dropdown_menu.js b/ui/webui/resources/cr_elements/cr_dropdown_menu/cr_dropdown_menu.js
index 70f3253ec1a73c185aef991439f597e08deec91f..8dccb6728fbc8b57d53552211bcbccfd1d1d1b88 100644
--- a/ui/webui/resources/cr_elements/cr_dropdown_menu/cr_dropdown_menu.js
+++ b/ui/webui/resources/cr_elements/cr_dropdown_menu/cr_dropdown_menu.js
@@ -1,10 +1,10 @@
-/* Copyright 2015 The Chromium Authors. All rights reserved.
- * Use of this source code is governed by a BSD-style license that can be
- * found in the LICENSE file. */
+// Copyright 2015 The Chromium Authors. All rights reserved.
+// Use of this source code is governed by a BSD-style license that can be
+// found in the LICENSE file.
/**
* @fileoverview
- * 'cr-dropdown-menu' is a Chrome-specific wrapper around paper-dropdown-menu.
+ * `cr-dropdown-menu` is a Chrome-specific wrapper around paper-dropdown-menu.
stevenjb 2015/03/06 17:39:15 Is this a Polymer convention or a Closure one? I d
michaelpg 2015/03/06 18:24:09 Polymer. The core-doc-viewer will format this as c
* It includes a paper-dropdown so its content should just be a core-menu and
* items.
*

Powered by Google App Engine
This is Rietveld 408576698