Skip to content

Commit

Permalink
fixed types
Browse files Browse the repository at this point in the history
  • Loading branch information
Dima Voytenko committed Sep 10, 2020
1 parent dbaea40 commit 109b08d
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions extensions/amp-timeago/1.0/timeago.js
Original file line number Diff line number Diff line change
Expand Up @@ -79,8 +79,8 @@ export function Timeago({
* @param {string} datetime
* @param {string} locale
* @param {number|undefined} cutoff
* @param {string|undefined} placeholder
* @return {string}
* @param {string|!PreactDef.VNode|null|undefined} placeholder
* @return {string|!PreactDef.VNode}
*/
function getFuzzyTimestampValue(datetime, locale, cutoff, placeholder) {
if (!cutoff) {
Expand Down

0 comments on commit 109b08d

Please sign in to comment.