Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

✨<amp-next-page> v2 default and templated footers (more articles box) #26610

Merged
merged 10 commits into from
Feb 11, 2020
Prev Previous commit
Fixes type check
  • Loading branch information
wassgha committed Feb 11, 2020
commit e452d7f19651f450181c49362262eff5a9d56d52
2 changes: 1 addition & 1 deletion extensions/amp-next-page/1.0/service.js
Original file line number Diff line number Diff line change
Expand Up @@ -98,7 +98,7 @@ export class NextPageService {
/** @private {?Element} */
this.footer_ = null;

/** @private {function(!Promise)} */
/** @private {function():!Promise} */
this.refreshFooter_ = ASYNC_NOOP;

/** @private {boolean} */
Expand Down