Skip to content

Commit

Permalink
fix: rebase error
Browse files Browse the repository at this point in the history
  • Loading branch information
Wendell committed Sep 9, 2019
1 parent f6f58b3 commit 51bde4d
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions components/time-picker/nz-time-picker.component.ts
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,6 @@ import { ControlValueAccessor, NG_VALUE_ACCESSOR } from '@angular/forms';
import {
isNotNil,
slideMotion,
toBoolean,
InputBoolean,
NzConfigService,
NzUpdateHostClassService as UpdateCls,
Expand All @@ -47,7 +46,6 @@ import {
})
export class NzTimePickerComponent implements ControlValueAccessor, OnInit, AfterViewInit, OnChanges {
private _value: Date | null = null;
private _autoFocus = false;
private _onChange: (value: Date | null) => void;
private _onTouched: () => void;
isInit = false;
Expand Down

0 comments on commit 51bde4d

Please sign in to comment.