Skip to content

Commit

Permalink
fix(input): retirado espacos vazios constructor
Browse files Browse the repository at this point in the history
  • Loading branch information
abalad committed May 22, 2017
1 parent c932d76 commit 166dd23
Showing 1 changed file with 1 addition and 3 deletions.
4 changes: 1 addition & 3 deletions src/input/input.ts
Original file line number Diff line number Diff line change
Expand Up @@ -44,9 +44,7 @@ export class TlInput implements ControlValueAccessor {
private onTouchedCallback: () => void = noop;
private onChangeCallback: (_: any) => void = noop;

constructor() {

}
constructor() {}

onBlur() {
this.onTouchedCallback();
Expand Down

0 comments on commit 166dd23

Please sign in to comment.