3 PRs in one day! (#851)

This commit is contained in:
Hackzzila
2016-10-27 16:19:32 -05:00
committed by Amish Shah
parent 30105536a6
commit e80f06a059

View File

@@ -3,6 +3,7 @@ const OAuth2App = require('./OAuth2App');
/**
* Represents the client's OAuth2 Application
* @extends {OAuth2App}
*/
class ClientOAuth2App extends OAuth2App {
setup(data) {