style(input): fix linter errors

This commit is contained in:
Brandy Carney
2016-05-13 12:38:21 -04:00
parent 809dc477f6
commit 306289de22

View File

@@ -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);