| 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'];
|
|
|