Fix loads of JSDoc type issues

This commit is contained in:
Schuyler Cebulskie
2016-11-12 20:52:37 -05:00
parent 318bb52c36
commit 90304aa7d6
13 changed files with 19 additions and 17 deletions

View File

@@ -46,7 +46,7 @@ class OAuth2Application {
/**
* The app's RPC origins
* @type {Array<String>}
* @type {Array<string>}
*/
this.rpcOrigins = data.rpc_origins;
}