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

Unified Diff: remoting/webapp/base/js/app_capabilities.js

Issue 917093003: Shorten Closure template notation from Array.<*> to Array<*>. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: remove cvox Created 5 years, 10 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
« no previous file with comments | « remoting/webapp/app_remoting/js/window_activation_menu.js ('k') | remoting/webapp/base/js/application.js » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: remoting/webapp/base/js/app_capabilities.js
diff --git a/remoting/webapp/base/js/app_capabilities.js b/remoting/webapp/base/js/app_capabilities.js
index 655e9133c29014e2798aaf42a7e85cdf32e15073..bdbc96c00152baa78965005d8b9ce638571ff1df 100644
--- a/remoting/webapp/base/js/app_capabilities.js
+++ b/remoting/webapp/base/js/app_capabilities.js
@@ -11,7 +11,7 @@ var remoting = remoting || {};
* Note that this needs to be a function because it gets expanded at
* compile-time into remoting.ClientSession.Capability enums and these
* are not guaranteed to be present yet when this file is loaded.
- * @return {Array.<remoting.ClientSession.Capability>}
+ * @return {Array<remoting.ClientSession.Capability>}
*/
remoting.app_capabilities = function() {
return ['APPLICATION_CAPABILITIES'];
« no previous file with comments | « remoting/webapp/app_remoting/js/window_activation_menu.js ('k') | remoting/webapp/base/js/application.js » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698