Skip to content

Commit

Permalink
fix(text-field): Remove extra adapter method (#1913)
Browse files Browse the repository at this point in the history
Remove `getIdleOutlineStyleValue` method from text field adapter as it
was unused following the merge of #1911
  • Loading branch information
patrickrodee authored Jan 9, 2018
1 parent 5d3b350 commit 656dc7c
Showing 1 changed file with 0 additions and 8 deletions.
8 changes: 0 additions & 8 deletions packages/mdc-textfield/adapter.js
Original file line number Diff line number Diff line change
Expand Up @@ -129,14 +129,6 @@ class MDCTextFieldAdapter {
*/
getNativeInput() {}

/**
* Returns the idle outline element's computed style value of the given css property `propertyName`.
* We achieve this via `getComputedStyle(...).getPropertyValue(propertyName)`.
* @param {string} propertyName
* @return {string}
*/
getIdleOutlineStyleValue(propertyName) {}

/**
* Returns true if the textfield is focused.
* We achieve this via `document.activeElement === this.root_`.
Expand Down

0 comments on commit 656dc7c

Please sign in to comment.