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

Unified Diff: ui/webui/resources/js/cr/ui/expandable_bubble.js

Issue 780773002: Fix some closure compilation issues 8n order to update compiler.jar (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: roll back *.jar Created 6 years 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/js/cr/ui/expandable_bubble.js
diff --git a/ui/webui/resources/js/cr/ui/expandable_bubble.js b/ui/webui/resources/js/cr/ui/expandable_bubble.js
index 6dff62c04afeafbf6eab1f76ed102d0c67d982e2..57c8b3319bf0f1c81e2694753e9306f4b182fdcb 100644
--- a/ui/webui/resources/js/cr/ui/expandable_bubble.js
+++ b/ui/webui/resources/js/cr/ui/expandable_bubble.js
@@ -23,7 +23,6 @@ cr.define('cr.ui', function() {
ExpandableBubble.prototype = {
__proto__: HTMLDivElement.prototype,
- /** @override */
decorate: function() {
this.className = 'expandable-bubble';
this.innerHTML =
« no previous file with comments | « ui/webui/resources/js/cr/ui/controlled_indicator.js ('k') | ui/webui/resources/js/cr/ui/page_manager/page.js » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698