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

Unified Diff: components/chrome_apps/webstore_widget/app/main.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/app/main.js
diff --git a/components/chrome_apps/webstore_widget/app/main.js b/components/chrome_apps/webstore_widget/app/main.js
index 2495c5e0abd17e24a53e7a5d33dd957daa9ed2ef..9c93dc03a14208c3691e4345c863af51f97e7350 100644
--- a/components/chrome_apps/webstore_widget/app/main.js
+++ b/components/chrome_apps/webstore_widget/app/main.js
@@ -18,7 +18,7 @@
/**
* @type {?{
- * filter: !Object.<string, *>,
+ * filter: !Object<string, *>,
* webstoreUrl: ?string
* }}
*/
@@ -53,7 +53,7 @@ function getString(id) {
}
/**
- * @param {Object.<string, string>} strings Localized strings used by the
+ * @param {Object<string, string>} strings Localized strings used by the
* container.
* @return {!CWSWidgetContainer.PlatformDelegate}
*/
@@ -98,7 +98,7 @@ function createPlatformDelegate(strings) {
});
},
- /** @param {function(Array.<string>)} callback */
+ /** @param {function(Array<string>)} callback */
getInstalledItems: function(callback) { callback([]); },
/**
« no previous file with comments | « chrome/test/data/webui/test_api.js ('k') | components/chrome_apps/webstore_widget/cws_widget/cws_webview_client.js » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698