From 306289de22b4fb7e6af1d8aeae5f6b1a36a20a86 Mon Sep 17 00:00:00 2001 From: Brandy Carney Date: Fri, 13 May 2016 12:38:21 -0400 Subject: [PATCH] style(input): fix linter errors --- ionic/components/input/input.ts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/ionic/components/input/input.ts b/ionic/components/input/input.ts index b724ef0c07..40491711b0 100644 --- a/ionic/components/input/input.ts +++ b/ionic/components/input/input.ts @@ -107,7 +107,7 @@ export class TextInput extends InputBase { * @private */ clearTextInput() { - console.debug("Should clear input"); + console.debug('Should clear input'); this._value = ''; this.onChange(this._value); this.writeValue(this._value);