Skip to content
This repository has been archived by the owner on Jun 9, 2018. It is now read-only.

Commit

Permalink
Merge pull request #2 from materialr/fix/foundation
Browse files Browse the repository at this point in the history
fix: rename foundation correctly
  • Loading branch information
hvolschenk committed Mar 12, 2018
2 parents da02e70 + a318022 commit 5e985e5
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/index.js
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
import { MDCFormFieldAdapter } from '@material/form-field';
import { MDCFormFieldFoundation } from '@material/form-field';

import adapterUtilities from './adapter-utilities';

Expand All @@ -14,7 +14,7 @@ export default ({
registerInteractionHandler,
} = adapterUtilities();

return new MDCFormFieldAdapter({
return new MDCFormFieldFoundation({
activateInputRipple: activateInputRipple(activateElementInputRipple),
deactivateInputRipple: deactivateInputRipple(deactivateElementInputRipple),
deregisterInteractionHandler: deregisterInteractionHandler(elementLabel),
Expand Down

0 comments on commit 5e985e5

Please sign in to comment.