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

Unified Diff: ui/webui/resources/cr_elements/cr_events/cr_events.js

Issue 987433007: JS cleanup for cr_elements (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: rebase Created 5 years, 9 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_events/cr_events.js
diff --git a/ui/webui/resources/cr_elements/cr_events/cr_events.js b/ui/webui/resources/cr_elements/cr_events/cr_events.js
index 6f5883e18a15881070e25adab77995674c50f105..ef84609d0be3cbdd1be044c4c781e340a9157020 100644
--- a/ui/webui/resources/cr_elements/cr_events/cr_events.js
+++ b/ui/webui/resources/cr_elements/cr_events/cr_events.js
@@ -1,6 +1,6 @@
-/* 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
@@ -28,7 +28,6 @@ Polymer({
element.addEventListener(events[i], this.forwardEvent_);
},
-
/**
* Forwards events that don't automatically cross the shadow boundary
* if the event should bubble.
« no previous file with comments | « ui/webui/resources/cr_elements/cr_collapse/cr_collapse.js ('k') | ui/webui/resources/cr_elements/cr_input/cr_input.js » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698