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

Unified Diff: components/chrome_apps/webstore_widget/cws_widget/cws_widget_container.js

Issue 1150173003: Fix some JS style nits. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: merge Created 5 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: components/chrome_apps/webstore_widget/cws_widget/cws_widget_container.js
diff --git a/components/chrome_apps/webstore_widget/cws_widget/cws_widget_container.js b/components/chrome_apps/webstore_widget/cws_widget/cws_widget_container.js
index 55640997f0c8e5bd44728daa0ba2bc6ac74e0fbc..1461de75ee597f82ded67c25b2b670a08cb35adf 100644
--- a/components/chrome_apps/webstore_widget/cws_widget/cws_widget_container.js
+++ b/components/chrome_apps/webstore_widget/cws_widget/cws_widget_container.js
@@ -162,7 +162,7 @@ function CWSWidgetContainer(document, parentNode, delegate, params) {
/**
* Map of options for the widget.
- * @type {?Object.<string, *>}
+ * @type {?Object<string, *>}
* @private
*/
this.options_ = null;

Powered by Google App Engine
This is Rietveld 408576698