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

Commit

Permalink
feat(checkbox): removes unnecessary adapter property
Browse files Browse the repository at this point in the history
  • Loading branch information
amsheehan committed Jan 24, 2017
1 parent cf77349 commit d85391a
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion packages/mdc-checkbox/index.js
Original file line number Diff line number Diff line change
Expand Up @@ -40,7 +40,6 @@ export class MDCCheckbox extends MDCComponent {
initRipple_() {
const adapter = Object.assign(MDCRipple.createAdapter(this), {
isUnbounded: () => true,
isSurfaceActive: () => false,
registerInteractionHandler: (type, handler) => this.nativeCb_.addEventListener(type, handler),
deregisterInteractionHandler: (type, handler) => this.nativeCb_.removeEventListener(type, handler),
computeBoundingRect: () => {
Expand Down

0 comments on commit d85391a

Please sign in to comment.