Skip to content
This repository has been archived by the owner on Jan 13, 2025. It is now read-only.

Commit

Permalink
WIP: Remove old JSDoc
Browse files Browse the repository at this point in the history
  • Loading branch information
acdvorak committed Feb 9, 2019
1 parent 939fa0c commit 0274904
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions packages/mdc-tab-indicator/foundation.ts
Original file line number Diff line number Diff line change
Expand Up @@ -49,8 +49,7 @@ abstract class MDCTabIndicatorFoundation extends MDCFoundation<MDCTabIndicatorAd
super({...MDCTabIndicatorFoundation.defaultAdapter, ...adapter});
}

/** @return {!ClientRect} */
computeContentClientRect() {
computeContentClientRect(): ClientRect {
return this.adapter_.computeContentClientRect();
}

Expand Down

0 comments on commit 0274904

Please sign in to comment.