Skip to content

Commit

Permalink
fix(drawer): Remove unnecessary Closure annotation (#3935)
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 and williamernest committed Oct 19, 2018
1 parent bf98ec7 commit 61128be
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 61128be

Please sign in to comment.