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

Unified Diff: chrome/browser/resources/local_ntp/most_visited_single.js

Issue 2903063007: WebUI: Linting: Add missing semicolons in local_ntp code. (Closed)
Patch Set: Add more files Created 3 years, 7 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/local_ntp/most_visited_single.js
diff --git a/chrome/browser/resources/local_ntp/most_visited_single.js b/chrome/browser/resources/local_ntp/most_visited_single.js
index 55f3df4ef350aa6922e78609a11d046caea6988f..fe7cc9ef25931e9412a702d1be20bf4e97c42be6 100644
--- a/chrome/browser/resources/local_ntp/most_visited_single.js
+++ b/chrome/browser/resources/local_ntp/most_visited_single.js
@@ -196,7 +196,7 @@ var showTiles = function(info) {
logEvent(LOG_TYPE.NTP_ALL_TILES_RECEIVED);
countLoad();
hideOverflowTiles(info);
-}
+};
/**

Powered by Google App Engine
This is Rietveld 408576698