| Index: remoting/webapp/crd/js/identity.js
|
| diff --git a/remoting/webapp/crd/js/identity.js b/remoting/webapp/crd/js/identity.js
|
| index 161e083e318069d929c937062d2f39fdf102e469..96afd69470659ba092bae74d288fc470b3747371 100644
|
| --- a/remoting/webapp/crd/js/identity.js
|
| +++ b/remoting/webapp/crd/js/identity.js
|
| @@ -31,7 +31,7 @@ remoting.Identity = function(opt_consentDialog) {
|
| this.email_ = '';
|
| /** @type {string} @private */
|
| this.fullName_ = '';
|
| - /** @type {Array.<remoting.Identity.Callbacks>} */
|
| + /** @type {Array<remoting.Identity.Callbacks>} */
|
| this.pendingCallbacks_ = [];
|
| };
|
|
|
|
|