refactor(components): update components to match stencil style guide

https://github.com/ionic-team/stencil/blob/master/STYLE_GUIDE.md
This commit is contained in:
Brandy Carney
2017-11-20 12:36:36 -05:00
parent b493c819dd
commit 3accafcc3c
87 changed files with 224 additions and 224 deletions

View File

@ -87,7 +87,7 @@ export class ChipButton {
return classList;
}
protected render() {
render() {
const buttonType = 'chip-button';
const hostClasses = getElementClassObject(this.el.classList);