Replacing ticks (#1589)

http://i.imgur.com/7Xbaawm.png
This commit is contained in:
DeJay
2017-06-13 15:55:54 -04:00
committed by Crawl
parent ecb8424f52
commit 35e8601b3a

View File

@@ -108,7 +108,7 @@ class User {
* @param {Object} [options={}] Options for the avatar url
* @param {string} [options.format='webp'] One of `webp`, `png`, `jpg`, `gif`. If no format is provided,
* it will be `gif` for animated avatars or otherwise `webp`
* @param {number} [options.size=128] One of `128`, '256', `512`, `1024`, `2048`
* @param {number} [options.size=128] One of `128`, `256`, `512`, `1024`, `2048`
* @returns {?string}
*/
avatarURL({ format, size } = {}) {