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

Commit

Permalink
fix(list): Fix closure tests
Browse files Browse the repository at this point in the history
  • Loading branch information
williamernest committed Aug 29, 2018
1 parent 89ad4f3 commit 2266cf5
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion packages/mdc-drawer/index.js
Original file line number Diff line number Diff line change
Expand Up @@ -62,7 +62,7 @@ class MDCDrawer extends MDCComponent {
/** @private {?Function} */
this.handleScrimClick_;

/** @prviate {MDCList} */
/** @private {?MDCList} */
this.list_;
}

Expand Down

0 comments on commit 2266cf5

Please sign in to comment.