-
-
Notifications
You must be signed in to change notification settings - Fork 54
Closed
@jwerre
Description
Use ES6 Class syntax with extends instead of utils.inherits
util.inherits(AuthorizationCodeGrantType, AbstractGrantType);
util.inherits(ClientCredentialsGrantType, AbstractGrantType);
util.inherits(PasswordGrantType, AbstractGrantType);
util.inherits(RefreshTokenGrantType, AbstractGrantType);
This also occurs in all the errors at lib/errors