mirror of
https://github.com/TryGhost/Ghost.git
synced 2025-02-10 23:36:14 -05:00
Fixed up JSDoc
no issue - The method description was a complete tautology
This commit is contained in:
parent
22ac28b250
commit
12cad62a53
1 changed files with 1 additions and 3 deletions
|
@ -107,11 +107,9 @@ class BlogIcon {
|
||||||
}
|
}
|
||||||
|
|
||||||
/**
|
/**
|
||||||
* Return path for Blog icon without [subdirectory]/content/image prefix
|
|
||||||
* Always returns {string} getIconPath
|
|
||||||
* @returns {string} physical storage path of icon
|
|
||||||
* @description Checks if we have a custom uploaded icon. If no custom uploaded icon
|
* @description Checks if we have a custom uploaded icon. If no custom uploaded icon
|
||||||
* exists, we're returning the default `favicon.ico`
|
* exists, we're returning the default `favicon.ico`
|
||||||
|
* @returns {string} physical storage path of site icon without [subdirectory]/content/image prefix
|
||||||
*/
|
*/
|
||||||
getIconPath() {
|
getIconPath() {
|
||||||
const blogIcon = this.settingsCache.get('icon');
|
const blogIcon = this.settingsCache.get('icon');
|
||||||
|
|
Loading…
Add table
Reference in a new issue