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

Unified Diff: chrome/browser/resources/ntp4/nav_dot.js

Issue 9320051: Fix JavaScript style in ntp4 (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Created 8 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/ntp4/nav_dot.js
diff --git a/chrome/browser/resources/ntp4/nav_dot.js b/chrome/browser/resources/ntp4/nav_dot.js
index c5892061e13ae64e18040bfcaacee12d4494024e..5b6a614ea1327ee7757773b90bf03df556e0730f 100644
--- a/chrome/browser/resources/ntp4/nav_dot.js
+++ b/chrome/browser/resources/ntp4/nav_dot.js
@@ -73,8 +73,7 @@ cr.define('ntp4', function() {
},
/**
- * Gets the associated TilePage.
- * @return {TilePage}
+ * @return {TilePage} The associated TilePage.
*/
get page() {
return this.page_;

Powered by Google App Engine
This is Rietveld 408576698