Skip to content

Commit

Permalink
Trim some docs.
Browse files Browse the repository at this point in the history
  • Loading branch information
hkwu committed Jan 22, 2017
1 parent d5a8fc3 commit d840930
Showing 1 changed file with 0 additions and 12 deletions.
12 changes: 0 additions & 12 deletions src/clients/BaseClient.js
Original file line number Diff line number Diff line change
Expand Up @@ -31,18 +31,6 @@ import sortObjectByKey from '../utils/sortObjectByKey';
* One of: `ru`, `eu`, `na`, `kr`, `asia`, `xbox`, `ps4`.
*/

/**
* Emitted when a client request is successful.
* @event BaseClient#requestFulfilled
* @param {APIResponse} response - The response object.
*/

/**
* Emitted when a client request is rejected.
* @event BaseClient#requestRejected
* @param {RequestError} error - The error object.
*/

/**
* Mapping between realms and their TLDs.
* @type {Object}
Expand Down

0 comments on commit d840930

Please sign in to comment.