Skip to content

Commit

Permalink
Fixed linting.
Browse files Browse the repository at this point in the history
  • Loading branch information
5orenso committed Oct 18, 2018
1 parent cd47b9b commit 9d7378c
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions lib/article-util.js
Expand Up @@ -200,6 +200,7 @@ ArticleUtil.prototype.dropFirstLetter = function dropFirstLetter($string) {
return replaceAt($string, i, `<span class="blog-drop-letter">${letter}</span>`);
}
}
return $string;
};

ArticleUtil.prototype.formatDate = function formatDate($isoDate) {
Expand Down

0 comments on commit 9d7378c

Please sign in to comment.