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

Commit

Permalink
WIP: Remove trailing commas from Closure Doc @typedef annotations
Browse files Browse the repository at this point in the history
  • Loading branch information
acdvorak committed Feb 5, 2019
1 parent 344c208 commit fbc76c5
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions packages/mdc-menu-surface/foundation.js
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@
* top: number,
* right: number,
* bottom: number,
* left: number,
* left: number
* }}
*/
let AnchorMargin;
Expand All @@ -41,7 +41,7 @@ let AnchorMargin;
* surfaceHeight: number,
* surfaceWidth: number,
* bodyDimensions,
* windowScroll,
* windowScroll
* }}
*/
let AutoLayoutMeasurements;
Expand Down

0 comments on commit fbc76c5

Please sign in to comment.