Skip to content

Commit

Permalink
Added space
Browse files Browse the repository at this point in the history
  • Loading branch information
Paul-Emile Moreau authored and jkuri committed Jul 3, 2017
1 parent 043d500 commit 96ba826
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/ngx-uploader/directives/ng-file-drop.directive.ts
Original file line number Diff line number Diff line change
Expand Up @@ -35,7 +35,7 @@ export class NgFileDropDirective implements OnInit, OnDestroy {
}

ngOnDestroy() {
if(this.uploadInput) {
if (this.uploadInput) {
this.uploadInput.unsubscribe();
}
}
Expand Down

0 comments on commit 96ba826

Please sign in to comment.