lint
This commit is contained in:
parent
f1786d7283
commit
f3c0c09f78
@ -9,7 +9,7 @@ export class HiddenActionComponent implements OnInit {
|
||||
private _clickCount = 0;
|
||||
private _clickCountTimeout: any;
|
||||
|
||||
@Input() requiredClicks: number = 7;
|
||||
@Input() requiredClicks = 7;
|
||||
@Output() action = new EventEmitter();
|
||||
|
||||
countActions() {
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user