Skip to content

Commit ce91fee

Browse files
author
Georgi Peltekov
committed
travis build fix
1 parent 406b932 commit ce91fee

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

lib/ngx-drop/file-drop.component.ts

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -22,10 +22,10 @@ export class FileComponent {
2222
@Output()
2323
public onFileDrop: EventEmitter<UploadEvent> = new EventEmitter<UploadEvent>();
2424

25-
private stack = [];
26-
private files: UploadFile[] = [];
27-
private subscription: Subscription;
28-
private dragoverflag: boolean = false;
25+
stack = [];
26+
files: UploadFile[] = [];
27+
subscription: Subscription;
28+
dragoverflag: boolean = false;
2929

3030
constructor(private zone: NgZone) {
3131
window['angularComponentRef'] = {

0 commit comments

Comments
 (0)