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

Commit

Permalink
fix(drawer): Remove unnecessary Closure annotation
Browse files Browse the repository at this point in the history
Modal Drawer extends Dismissible Drawer. There's no need for an adapter generic assignment.
  • Loading branch information
patrickrodee authored Oct 17, 2018
1 parent 476130e commit a1cfb9c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion packages/mdc-drawer/modal/foundation.js
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@ import MDCDrawerAdapter from '../adapter';
import MDCDismissibleDrawerFoundation from '../dismissible/foundation';

/**
* @extends {MDCDismissibleDrawerFoundation<!MDCDrawerAdapter>}
* @extends {MDCDismissibleDrawerFoundation}
*/
class MDCModalDrawerFoundation extends MDCDismissibleDrawerFoundation {
/**
Expand Down

0 comments on commit a1cfb9c

Please sign in to comment.