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

Unified Diff: chrome/browser/resources/settings/on_startup_page/startup_url_entry.js

Issue 2617663002: WIP: run clang-format-js on lots of things (Closed)
Patch Set: merge Created 3 years, 11 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: chrome/browser/resources/settings/on_startup_page/startup_url_entry.js
diff --git a/chrome/browser/resources/settings/on_startup_page/startup_url_entry.js b/chrome/browser/resources/settings/on_startup_page/startup_url_entry.js
index 27de5f0e600f7613550b979de8598a5ddb3d29b9..f5c88800f0b310fb606b6d1758af9d5e2e419caf 100644
--- a/chrome/browser/resources/settings/on_startup_page/startup_url_entry.js
+++ b/chrome/browser/resources/settings/on_startup_page/startup_url_entry.js
@@ -58,8 +58,8 @@ Polymer({
/** @private */
onDotsTap_: function() {
- var actionMenu = /** @type {!CrActionMenuElement} */(
- this.$$('#menu').get());
+ var actionMenu =
+ /** @type {!CrActionMenuElement} */ (this.$$('#menu').get());
actionMenu.showAt(assert(this.$$('#dots')));
},
});

Powered by Google App Engine
This is Rietveld 408576698