Skip to content

Commit

Permalink
fix(text-field): Update closure type for rippleFactory (#4324)
Browse files Browse the repository at this point in the history
  • Loading branch information
williamernest authored and kfranqueiro committed Jan 31, 2019
1 parent 0bcc0e7 commit 7a4a707
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion packages/mdc-textfield/index.js
Original file line number Diff line number Diff line change
Expand Up @@ -79,7 +79,7 @@ class MDCTextField extends MDCComponent {
}

/**
* @param {(function(!Element): !MDCRipple)=} rippleFactory A function which
* @param {(function(!Element, MDCRippleFoundation): !MDCRipple)=} rippleFactory A function which
* creates a new MDCRipple.
* @param {(function(!Element): !MDCLineRipple)=} lineRippleFactory A function which
* creates a new MDCLineRipple.
Expand Down

0 comments on commit 7a4a707

Please sign in to comment.