From 0073e5bc27f84a827feb8244d4dfb6e81b5d79d6 Mon Sep 17 00:00:00 2001 From: Brandy Carney Date: Sat, 21 May 2016 13:12:32 -0400 Subject: [PATCH] chore(tslint): fix linter rerror --- src/components/input/native-input.ts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/components/input/native-input.ts b/src/components/input/native-input.ts index 2f2ce77051..5eeb9c273c 100644 --- a/src/components/input/native-input.ts +++ b/src/components/input/native-input.ts @@ -166,7 +166,7 @@ export class NativeInput { setCssClass(cssClass: string, shouldAdd: boolean) { this._renderer.setElementClass(this._elementRef.nativeElement, cssClass, shouldAdd); - } + } element(): HTMLInputElement { return this._elementRef.nativeElement;