Webpack build for branch master: c095610bb4

This commit is contained in:
Travis CI 2017-04-23 04:51:47 +00:00
parent be7145d255
commit 20dbeeeec4

View file

@ -11463,8 +11463,8 @@ class ClientUser extends User {
/**
* Various settings for this user
* @type {?ClientUserSettings}
* <warn>This is only filled when using a user account</warn>
* @type {?ClientUserSettings}
*/
if (data.user_settings) this.settings = new ClientUserSettings(this, data.user_settings);
}