newui: more js type annotation fixes

Change-Id: I0c7bdc265c8f0ff746dcd1e1a90d54054958c8b7
This commit is contained in:
Brad Fitzpatrick 2013-02-10 18:14:42 -08:00
parent b6f588abcc
commit f8912713ca
1 changed files with 11 additions and 0 deletions

View File

@ -25,11 +25,22 @@ camlistore.ServerType.DiscoveryRoot;
* searchRoot: string,
* storageGeneration: string,
* storageInitTime: string,
* signing: camlistore.ServerType.SigningDiscoveryDocument,
* uploadHelper: string
* }}
*/
camlistore.ServerType.DiscoveryDocument;
/**
* @typedef {{
* publicKey: string,
* publicKeyBlobRef: string,
* publicKeyId: string,
* signHandler: string,
* verifyHandler: string
* }}
*/
camlistore.ServerType.SigningDiscoveryDocument;
/**
* @typedef {{